guix_mirror_bot pushed a commit to branch master in repository guix. commit 988a7569823914c36b1274804a2013f6b3c0fba2 Author: Leo Famulari <l...@famulari.name> AuthorDate: Thu Jun 5 14:38:19 2025 -0400
gnu: linux-libre 6.1: Update to 6.1.141. * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.141. (linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes. Change-Id: Ifde60b4d5761303cdf08217d5346ba69933d09c1 --- gnu/packages/linux.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 1f9fd26196..f81e862290 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -563,17 +563,17 @@ 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.140") +(define-public linux-libre-6.1-version "6.1.141") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts linux-libre-6.1-version linux-libre-6.1-gnu-revision (base32 "00yh14z7sr9pkakkkpdyp8fj41d56a306xsf5yb2lzm0sgl6lvza") - (base32 "0kz3z4jjag5xjn5scp72is0f6ql550z6xixydc370qmvp8aswxix"))) + (base32 "1hzjr44hy8px4n3x5my2syhd60chkfy79ajgzvlz04pc5yf6ihpi"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) - (hash (base32 "0x7b856hxmli8qnkps9x62q8sca101v4sfwjqgivzxvprb5gjyap"))) + (hash (base32 "05n1561cbzaw9vcxp86bqzvhqz5wv7dajpy7cq34bw7myvx4ag5w"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1)))