3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: linux-libre: Update to 5.15.14.

* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.14.
(linux-libre-5.15-pristine-source): Update hash.
This commit is contained in:
Leo Famulari 2022-01-12 01:16:14 -05:00
parent ee6c43f8cd
commit ec32f6a847
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -356,7 +356,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
;; The current "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream.
(define-public linux-libre-5.15-version "5.15.13")
(define-public linux-libre-5.15-version "5.15.14")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@ -366,7 +366,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "04fj1x3zmi310cr3m9hxpi26gdcmwfsqciv5yb6q6rrnqjqs1pc0")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
(hash (base32 "0shmrx33crnhi0wr5v6ly85pza1mmdcm8arkrdzf6plz5xm1n4qa")))
(hash (base32 "0kbayz4k72hx9b0l9yz2mbgb2xpnpm13snms06r2absv3gkv9wid")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))