mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: linux-libre: Update to 5.9.12.
* gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.12. (linux-libre-5.9-pristine-source): Update hash.
This commit is contained in:
parent
003367b4d3
commit
7f75686c00
1 changed files with 2 additions and 2 deletions
|
@ -352,7 +352,7 @@ (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.11")
|
(define-public linux-libre-5.9-version "5.9.12")
|
||||||
(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
|
||||||
|
@ -360,7 +360,7 @@ (define deblob-scripts-5.9
|
||||||
(base32 "0yb04a4j2wq3mwvks3cj7kcm2pscmfs29lrz3falkxpbvjxbbgq2")))
|
(base32 "0yb04a4j2wq3mwvks3cj7kcm2pscmfs29lrz3falkxpbvjxbbgq2")))
|
||||||
(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 "0q6jlnigyjjnnxw6l724zv8acgs95s3pafabz4l9jrhhlijhmcjy")))
|
(hash (base32 "1gfrn3sz3h4cbsf3r8f9jxja400qsmbrk8sclk4cjx1l5qcmczyr")))
|
||||||
(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