summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-06-05 14:37:50 -0400
committerLeo Famulari <leo@famulari.name>2025-06-11 18:20:59 -0400
commita7b586baa0e1cc8b4e41bff75183ebc02ea5e4c9 (patch)
tree9c4693b24c6a88e5aa1a50954610cc1e4001cbd2 /gnu/packages/linux.scm
parent4c84620568e78b73a1b40c0d7c4bf8dc6db91267 (diff)
gnu: linux-libre 6.12: Update to 6.12.32.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.32. (linux-libre-6.12-pristine-source): Update hash. Change-Id: I8c6bc1ceb30e2fd44adbeef5a58cc403c1e672c7
Diffstat (limited to 'gnu/packages/linux.scm')
-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 3b9289e26c2..344ab976610 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -533,7 +533,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
;; Here are the support timelines:
;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-6.12-version "6.12.31")
+(define-public linux-libre-6.12-version "6.12.32")
(define-public linux-libre-6.12-gnu-revision "gnu")
(define deblob-scripts-6.12
(linux-libre-deblob-scripts
@@ -543,7 +543,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "00hyshh3yx59yv9wxiw2hnjlksr60w1hklbv0462wwi7gjlk72xd")))
(define-public linux-libre-6.12-pristine-source
(let ((version linux-libre-6.12-version)
- (hash (base32 "19sba8zak31gn89pzfa3kb9rv7y9z8kybvyikigamq7nblz5nk5h")))
+ (hash (base32 "0w3a6k0cbdanknlha3qjyvvmhh3xks9d6xq1043laf3q2xr21c59")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.12)))