diff options
author | Leo Famulari <leo@famulari.name> | 2025-04-29 12:21:01 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-04-30 19:03:55 -0400 |
commit | 1328170f2c27ab71782bdc7174a9a53d47c28ee6 (patch) | |
tree | cac36ed50c49143bf3a556725bb930950431da39 | |
parent | b232bdc768972290299f6fe67370e9918f637bbf (diff) | |
download | guix-1328170f2c27ab71782bdc7174a9a53d47c28ee6.tar.gz guix-1328170f2c27ab71782bdc7174a9a53d47c28ee6.zip |
gnu: linux-libre 6.1: Update to 6.1.135.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.135.
(linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
Change-Id: Ie221ec8a60d856a056107928c996e6ff3ae49803
-rw-r--r-- | gnu/packages/linux.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2304bfccf9..b4adf0c2b4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -577,17 +577,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.134") +(define-public linux-libre-6.1-version "6.1.135") (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 "0r9jg0aqsvkfdzqmm4r7knpqxvhq6asrdcrcw30z6w2y2wanrvxr") - (base32 "10vkgkki08h8cbymmglvn2nkzx8lsqxpaciw6c2d57952q4byw8f"))) + (base32 "1qp8v5v15yq5122llp03xkl1315l32pb0rcyn63n2ff18z66270k") + (base32 "0lkgvf1y9qmh1z8ih13y3p1zv5wb3psfp0iizn9y7isscqm4056f"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) - (hash (base32 "08xx0w5gz7w5hqsnpckmizi1zpg38iwfchj20163ivnxf3fhriv0"))) + (hash (base32 "1fbyjprj65b1blb033lcy9y4bkh9jb7m06h6qph739wnzzhpmlg9"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1))) |