aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-11-03 21:57:04 -0400
committerLeo Famulari <leo@famulari.name>2022-11-04 15:03:23 -0400
commitba37fef356e973ccdb0d179e351d4cbd1491d801 (patch)
tree4602d2c52039cf2bd520248e3cdd9b41539cde07
parentfe69a2b77da8dffef4e7e50e6729b750066ca8a1 (diff)
downloadguix-ba37fef356e973ccdb0d179e351d4cbd1491d801.tar
guix-ba37fef356e973ccdb0d179e351d4cbd1491d801.tar.gz
gnu: linux-libre 5.15: Update to 5.15.77.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.77. (linux-libre-5.15-pristine-source): Update hash.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4f0deae198..9af02445fe 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -389,7 +389,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
;; The "longterm" kernels — the older releases with long-term upstream support.
;; Here are the support timelines:
;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-5.15-version "5.15.76")
+(define-public linux-libre-5.15-version "5.15.77")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -399,7 +399,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "048r4synfax2ajyzlmp672b68yshxwlfccdah2vz1kh88rqfmgsc")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
- (hash (base32 "0zymcp88654qk896djvc2ngdksvhkzh1ndhfk1dn5qqrqhha01wh")))
+ (hash (base32 "1yg9myqcv4kn2p7c9ap0z6xxh2qjsab2nbxf5z388skr6cgq8bql")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))