diff options
author | Leo Famulari <leo@famulari.name> | 2025-06-05 14:38:19 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-06-11 18:21:01 -0400 |
commit | 988a7569823914c36b1274804a2013f6b3c0fba2 (patch) | |
tree | c30409f8437c19244cc16f3b8d47ef019585e22f | |
parent | 0ca3f7ea133a29e1480ef831b6fdf46d167b036d (diff) |
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
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files 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))) |