mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: linux-libre: Update to 5.9.4.
* gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.4. (linux-libre-5.9-pristine-source): Update hash.
This commit is contained in:
parent
eff2cabdde
commit
251cb68342
1 changed files with 2 additions and 2 deletions
|
@ -351,7 +351,7 @@ (define (%upstream-linux-source version hash)
|
|||
|
||||
;; The current "stable" kernel. That is, the most recently released major
|
||||
;; version.
|
||||
(define-public linux-libre-5.9-version "5.9.3")
|
||||
(define-public linux-libre-5.9-version "5.9.4")
|
||||
(define deblob-scripts-5.9
|
||||
(linux-libre-deblob-scripts
|
||||
linux-libre-5.9-version
|
||||
|
@ -359,7 +359,7 @@ (define deblob-scripts-5.9
|
|||
(base32 "0is78bvpx6mrhibpspz4iqnsa1xplh11q1cnalkkm4hpsiy0fi4g")))
|
||||
(define-public linux-libre-5.9-pristine-source
|
||||
(let ((version linux-libre-5.9-version)
|
||||
(hash (base32 "0wwa6557i9l4vyswz26ixz8c2ykxnzqrsc9pwkr76nyjx7gjibni")))
|
||||
(hash (base32 "1c0nb593v8srj6x4k4dxpi07hf5abyxpq457vwqi6lh3xkjmqhhv")))
|
||||
(make-linux-libre-source version
|
||||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-5.9)))
|
||||
|
|
Loading…
Reference in a new issue