lfam pushed a commit to branch master in repository guix. commit 90d15f294943da723a2f1ef48507194553a800ef Author: Leo Famulari <l...@famulari.name> AuthorDate: Sun May 4 14:28:52 2025 -0400
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 --- gnu/packages/linux.scm | 4 ++-- 1 file 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)))