diff options
author | Leo Famulari <leo@famulari.name> | 2023-03-23 12:12:03 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-03-24 01:27:41 -0400 |
commit | 862c2ec32a4e39bbb9acc48a20c25efc11cabf7a (patch) | |
tree | b743540422a761c90bf6881fdd0314ec12f9845a | |
parent | 12d7dd770c75a56930f47c202d5454acb63084f6 (diff) | |
download | guix-862c2ec32a4e39bbb9acc48a20c25efc11cabf7a.tar guix-862c2ec32a4e39bbb9acc48a20c25efc11cabf7a.tar.gz |
gnu: linux-libre 6.1: Update to 6.1.21.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.21.
(linux-libre-6.1-pristine-source): Update hash.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index bc88067bd7..fa4280ee04 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -497,7 +497,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.2))) -(define-public linux-libre-6.1-version "6.1.20") +(define-public linux-libre-6.1-version "6.1.21") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts @@ -507,7 +507,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0cchdhjra74zanyk14brv2l2dvxpg8dn58rn477lgfb44mcnhq33"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) - (hash (base32 "1w1iy1i3bpzrs5rhvqbn2awxv5qqgng9n7jd5js66g0sq3l2sckn"))) + (hash (base32 "0fnr2pw4pi0vnkpv8hfipya09cgdz6ghks7p6vdl2d71dawb2g5k"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1))) |