summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-06-22 21:02:00 -0400
committerMark H Weaver <mhw@netris.org>2020-06-22 21:02:00 -0400
commit83cbfa2091b012443fe253eecd8cca96d95d1f6e (patch)
treeb2ea1d901b81fb68c2e2e4f1b4d6e6a905219bff
parentd460e737a84b1b38c9737224430435773d3c78e0 (diff)
downloadguix-patches-83cbfa2091b012443fe253eecd8cca96d95d1f6e.tar
guix-patches-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.
-rw-r--r--gnu/packages/linux.scm4
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)))