diff options
author | Mark H Weaver <mhw@netris.org> | 2020-06-22 21:02:00 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-06-22 21:02:00 -0400 |
commit | 83cbfa2091b012443fe253eecd8cca96d95d1f6e (patch) | |
tree | b2ea1d901b81fb68c2e2e4f1b4d6e6a905219bff /gnu/packages/linux.scm | |
parent | d460e737a84b1b38c9737224430435773d3c78e0 (diff) | |
download | guix-83cbfa2091b012443fe253eecd8cca96d95d1f6e.tar guix-83cbfa2091b012443fe253eecd8cca96d95d1f6e.tar.gz |
gnu: linux-libre@5.7: Update to 5.7.5.
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.5.
(linux-libre-5.7-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 deecf5adfb..21d46a4175 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -371,10 +371,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (sha256 hash))) -(define-public linux-libre-5.7-version "5.7.4") +(define-public linux-libre-5.7-version "5.7.5") (define-public linux-libre-5.7-pristine-source (let ((version linux-libre-5.7-version) - (hash (base32 "06mm0bmjw54aypfhhbm9aaz5bmgymvygfak587iwv901635gb95w"))) + (hash (base32 "008bpcvcdbwy3w829zc0s6ighn820nr51y24l6df5qfvah1zjdvc"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.7))) |