gnu: linux-libre 6.1: Update to 6.1.147.

* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.147.
(linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.

Change-Id: Id94756f9da92d20c2ddf6c0ed89d6578a42195a0
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
This commit is contained in:
Leo Famulari 2025-07-29 17:56:19 -04:00 committed by Vagrant Cascadian
parent d4c3cfaa49
commit 202945ad87
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -578,17 +578,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
(define-public linux-libre-6.1-version "6.1.145")
(define-public linux-libre-6.1-version "6.1.147")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
linux-libre-6.1-version
linux-libre-6.1-gnu-revision
(base32 "00yh14z7sr9pkakkkpdyp8fj41d56a306xsf5yb2lzm0sgl6lvza")
(base32 "1hzjr44hy8px4n3x5my2syhd60chkfy79ajgzvlz04pc5yf6ihpi")))
(base32 "0f3jgbfd2j7sz7h1hb30s1r9147g1cbb3ia09k9834fvbiz1ihaa")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
(hash (base32 "0qrkcrqb0migsrq6xl1idyz8n6vjbdk74z4sc9na97b6n5vp0r9i")))
(hash (base32 "1xv6whvxjcdmvv0cil7nnac4hs2hxjnc98agx08xiqs179k2b3r1")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))