mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: linux-libre 5.19: Update to 5.19.14.
* gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.14. (linux-libre-5.19-pristine-source): Update hash.
This commit is contained in:
parent
43b8df4bec
commit
d912c36330
1 changed files with 2 additions and 2 deletions
|
@ -354,7 +354,7 @@ (define (%upstream-linux-source version hash)
|
||||||
;; 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-5.19-version "5.19.12")
|
(define-public linux-libre-5.19-version "5.19.14")
|
||||||
(define-public linux-libre-5.19-gnu-revision "gnu")
|
(define-public linux-libre-5.19-gnu-revision "gnu")
|
||||||
(define deblob-scripts-5.19
|
(define deblob-scripts-5.19
|
||||||
(linux-libre-deblob-scripts
|
(linux-libre-deblob-scripts
|
||||||
|
@ -364,7 +364,7 @@ (define deblob-scripts-5.19
|
||||||
(base32 "092myqjixvy1k3ylcj0hfc4whfxapjvxsxm4gk30a3jv5dnh7mly")))
|
(base32 "092myqjixvy1k3ylcj0hfc4whfxapjvxsxm4gk30a3jv5dnh7mly")))
|
||||||
(define-public linux-libre-5.19-pristine-source
|
(define-public linux-libre-5.19-pristine-source
|
||||||
(let ((version linux-libre-5.19-version)
|
(let ((version linux-libre-5.19-version)
|
||||||
(hash (base32 "1fmhwbgqpr6q3z3ygys153szivlmv3mcnwilbbyfcb1iqx4aadn4")))
|
(hash (base32 "1h8srn3fw4vw61qi0xxlk9fq0fqq4wl7fbrzz7sivdd8qkhjgv8x")))
|
||||||
(make-linux-libre-source version
|
(make-linux-libre-source version
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-5.19)))
|
deblob-scripts-5.19)))
|
||||||
|
|
Loading…
Reference in a new issue