aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-05-04 14:28:52 -0400
committerLeo Famulari <leo@famulari.name>2025-05-05 22:09:31 -0400
commit90d15f294943da723a2f1ef48507194553a800ef (patch)
tree117e6ebe80910d8fb312fbb99caa096d4f6e15dd
parenteba1909b611abbf3db36a75319a7e0f9f3e67252 (diff)
downloadguix-90d15f294943da723a2f1ef48507194553a800ef.tar.gz
guix-90d15f294943da723a2f1ef48507194553a800ef.zip
gnu: linux-libre 6.1: Update to 6.1.136.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.136. (linux-libre-6.1-pristine-source): Update hash. Change-Id: Iaf9a2431dd596d3e9c0fbd0ccfda6a5c5eaf730b
-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 26bfb8ab20..123ed750f5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -577,7 +577,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.135")
+(define-public linux-libre-6.1-version "6.1.136")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -587,7 +587,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "0lkgvf1y9qmh1z8ih13y3p1zv5wb3psfp0iizn9y7isscqm4056f")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "1fbyjprj65b1blb033lcy9y4bkh9jb7m06h6qph739wnzzhpmlg9")))
+ (hash (base32 "0wdhgaa578x7jhhq2p2g272gyb12818ifan4c5zan6npp6dhf756")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))