aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-02-02 17:51:18 -0500
committerLeo Famulari <leo@famulari.name>2025-02-03 16:21:20 -0500
commit6967ed119793efe3b661f6de4f8e516974792a6f (patch)
treee805ec300f71f8c3e355b6b3ab4cd01d1c319ca2 /gnu
parent1327f1dbea2c1ef36038c64d37d5c01682757175 (diff)
downloadguix-6967ed119793efe3b661f6de4f8e516974792a6f.tar.gz
guix-6967ed119793efe3b661f6de4f8e516974792a6f.zip
gnu: linux-libre 6.1: Update to 6.1.128.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.128. (linux-libre-6.1-pristine-source): Update hash. Change-Id: Icd8fa4921ce0db9d89d1b33cecc1306e2df67051
Diffstat (limited to 'gnu')
-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 bc1d219be3..5fff7c558e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -547,7 +547,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
-(define-public linux-libre-6.1-version "6.1.127")
+(define-public linux-libre-6.1-version "6.1.128")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -557,7 +557,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "060pbbvk3c1r9v6fz1qm5f0hjb29wi67lg7an0nwl6bpjsk5ci52")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "0xkqpwhvz6qhaxzg1j993lv1iyvb2zydgq6d8mhdbfkz38fx9c0q")))
+ (hash (base32 "1wshgkgcxaf4mnm4ngngsj8gq1cg8kq56f5kqsdfcw0m339nfkc7")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))