mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: linux-libre: Update to 5.9.15.
* gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.15. (deblob-scripts-5.9, linux-libre-5.9-pristine-source): Update hashes
This commit is contained in:
parent
aa02c6f6d7
commit
8eb06cc5cf
1 changed files with 3 additions and 3 deletions
|
@ -352,15 +352,15 @@ (define (%upstream-linux-source version hash)
|
||||||
|
|
||||||
;; The current "stable" kernel. That is, the most recently released major
|
;; The current "stable" kernel. That is, the most recently released major
|
||||||
;; version.
|
;; version.
|
||||||
(define-public linux-libre-5.9-version "5.9.14")
|
(define-public linux-libre-5.9-version "5.9.15")
|
||||||
(define deblob-scripts-5.9
|
(define deblob-scripts-5.9
|
||||||
(linux-libre-deblob-scripts
|
(linux-libre-deblob-scripts
|
||||||
linux-libre-5.9-version
|
linux-libre-5.9-version
|
||||||
(base32 "1l0iw2lp6alk0a8nvdafklyks83iiyw4b2r5xif84z47qfbydsis")
|
(base32 "1l0iw2lp6alk0a8nvdafklyks83iiyw4b2r5xif84z47qfbydsis")
|
||||||
(base32 "0yb04a4j2wq3mwvks3cj7kcm2pscmfs29lrz3falkxpbvjxbbgq2")))
|
(base32 "1vrv78xwcy32b82plkkbpyfxhpy3br7b18sjah4iqv25fxfcxpak")))
|
||||||
(define-public linux-libre-5.9-pristine-source
|
(define-public linux-libre-5.9-pristine-source
|
||||||
(let ((version linux-libre-5.9-version)
|
(let ((version linux-libre-5.9-version)
|
||||||
(hash (base32 "0jbb3rzbkh0l75zq9bnc60w55ryvrvcg7vw85fsbcwfzvi0zpz1r")))
|
(hash (base32 "1vhaayqjv1ha3nsxy9zbsz497ba4d4a1g0gfhgxcvci8dp8djh2p")))
|
||||||
(make-linux-libre-source version
|
(make-linux-libre-source version
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-5.9)))
|
deblob-scripts-5.9)))
|
||||||
|
|
Loading…
Reference in a new issue