gnu: linux-libre 6.16: Update to 6.16.5.

* gnu/packages/linux.scm (linux-libre-6.16-version): Update to 6.16.5.
(linux-libre-6.16-pristine-source): Update hash.

Change-Id: I582f7e483d9b2be022db6b055fb2dd5ba82002b5
This commit is contained in:
Leo Famulari 2025-09-04 21:50:01 -04:00
parent cc4702ddbf
commit 4ee3c94d81
No known key found for this signature in database
GPG key ID: 6AAC1963757F47FF

View file

@ -526,7 +526,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
;; The current "stable" kernels. That is, the most recently released major ;; The current "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream. ;; versions that are still supported upstream.
(define-public linux-libre-6.16-version "6.16.4") (define-public linux-libre-6.16-version "6.16.5")
(define-public linux-libre-6.16-gnu-revision "gnu") (define-public linux-libre-6.16-gnu-revision "gnu")
(define deblob-scripts-6.16 (define deblob-scripts-6.16
(linux-libre-deblob-scripts (linux-libre-deblob-scripts
@ -536,7 +536,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1i4kba2wpkc7jmj7b2qjkrgqsl0g0s1h7j9pfvc7zqyyn9v3kkqr"))) (base32 "1i4kba2wpkc7jmj7b2qjkrgqsl0g0s1h7j9pfvc7zqyyn9v3kkqr")))
(define-public linux-libre-6.16-pristine-source (define-public linux-libre-6.16-pristine-source
(let ((version linux-libre-6.16-version) (let ((version linux-libre-6.16-version)
(hash (base32 "08mnd8qir2vxjmgblhnqfrfbv2zlig68f4r5askk7d8h3b3y79fn"))) (hash (base32 "1wqk48jzmw5cbijsx5gya8mb0hwzf3pjns85xphisambgspgpgvn")))
(make-linux-libre-source version (make-linux-libre-source version
(%upstream-linux-source version hash) (%upstream-linux-source version hash)
deblob-scripts-6.16))) deblob-scripts-6.16)))