diff options
author | Leo Famulari <leo@famulari.name> | 2022-09-01 00:16:18 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-09-01 18:39:38 -0400 |
commit | e254bee3c2eaa233e887949dc5560769e75ea632 (patch) | |
tree | 51ea1ce8c1ec010c7e67db5b6e5ea66d82ff4900 | |
parent | 7e3f7114e0e3937f5be261d4510528c86c755310 (diff) | |
download | guix-e254bee3c2eaa233e887949dc5560769e75ea632.tar.gz |
gnu: linux-libre 5.19: Update to 5.19.6.
* gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.6. (linux-libre-5.19-pristine-source): Update hash.
-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 775170dd9d..657db181e5 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -353,7 +353,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.5") +(define-public linux-libre-5.19-version "5.19.6") (define-public linux-libre-5.19-gnu-revision "gnu") (define deblob-scripts-5.19 (linux-libre-deblob-scripts @@ -363,7 +363,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1ph67fvg5qvlkh4cynrrmvkngkb0sw6k90b1mwy9466s24khn05i"))) (define-public linux-libre-5.19-pristine-source (let ((version linux-libre-5.19-version) - (hash (base32 "1g9p4m9w9y0y1gk6vzqvsxzwqspbm10mmhd8n1mhal1yz721qgwc"))) + (hash (base32 "0fm6xysg5mjfig0jils700ph83mvvkl27ix757260i31mwjgi921"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.19))) |