diff options
author | Leo Famulari <leo@famulari.name> | 2025-07-29 17:56:19 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-07-29 17:59:01 -0400 |
commit | 34da00e393f43496bb97fb88b51c80a910933f85 (patch) | |
tree | 706dcb336344fb87327eb0dfe9e62dbdb8524674 | |
parent | 898bdf6f801b84517ebe751f299c7349c4a8dd40 (diff) |
gnu: linux-libre 6.1: Update to 6.1.147.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.147.
(linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
Change-Id: Id94756f9da92d20c2ddf6c0ed89d6578a42195a0
-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 69d773ee69..a4ef917848 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -579,17 +579,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.145") +(define-public linux-libre-6.1-version "6.1.147") (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 "1hzjr44hy8px4n3x5my2syhd60chkfy79ajgzvlz04pc5yf6ihpi"))) + (base32 "0f3jgbfd2j7sz7h1hb30s1r9147g1cbb3ia09k9834fvbiz1ihaa"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) - (hash (base32 "0qrkcrqb0migsrq6xl1idyz8n6vjbdk74z4sc9na97b6n5vp0r9i"))) + (hash (base32 "1xv6whvxjcdmvv0cil7nnac4hs2hxjnc98agx08xiqs179k2b3r1"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1))) |