diff options
author | Leo Famulari <leo@famulari.name> | 2022-09-29 14:19:23 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-09-30 10:10:42 -0400 |
commit | aab06a959bea39259e169a436872fafd5a7090cc (patch) | |
tree | edfd80815e57e9530e0a4f1f933e18c591caf00f /gnu/packages/linux.scm | |
parent | 9022b942ecd6731e87010285a55f55c24f376739 (diff) | |
download | guix-aab06a959bea39259e169a436872fafd5a7090cc.tar.gz |
gnu: linux-libre: Update to 5.19.12.
* gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.12. (linux-libre-5.19-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e309264c7a..533016a6a5 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -354,7 +354,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.19-version "5.19.11") +(define-public linux-libre-5.19-version "5.19.12") (define-public linux-libre-5.19-gnu-revision "gnu") (define deblob-scripts-5.19 (linux-libre-deblob-scripts @@ -364,7 +364,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "092myqjixvy1k3ylcj0hfc4whfxapjvxsxm4gk30a3jv5dnh7mly"))) (define-public linux-libre-5.19-pristine-source (let ((version linux-libre-5.19-version) - (hash (base32 "0wyrwdqm4dypx2jbb7d8c3b7fl7q5j434d6g9x2v6sw01gwx4m2m"))) + (hash (base32 "1fmhwbgqpr6q3z3ygys153szivlmv3mcnwilbbyfcb1iqx4aadn4"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.19))) |