summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-07-01 13:30:22 -0400
committerMark H Weaver <mhw@netris.org>2020-07-01 13:30:22 -0400
commit0cb4f1e6f1a067bc574195a96ae03d3ec1b0926d (patch)
treed6e500eaf6f0dd7f6f1f3a685700c2b0c948aa96 /gnu
parenta43802bfcac5b5bd4f894211f5edd43538039d74 (diff)
downloadguix-patches-0cb4f1e6f1a067bc574195a96ae03d3ec1b0926d.tar
guix-patches-0cb4f1e6f1a067bc574195a96ae03d3ec1b0926d.tar.gz
gnu: linux-libre@5.7: Update to 5.7.7.
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.7. (linux-libre-5.7-pristine-source): Update hash.
Diffstat (limited to 'gnu')
-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 d609fa0371..1fef98d16b 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.6")
+(define-public linux-libre-5.7-version "5.7.7")
(define-public linux-libre-5.7-pristine-source
(let ((version linux-libre-5.7-version)
- (hash (base32 "1rhhys2fvfrfsc6lk0qkq59p83qhwvns4jhk0jlyylyzqqywkm4z")))
+ (hash (base32 "0zzff78fjn0a87lr1j11hx97gcpbf0q5qn0nalb3qd43j9kvjh7q")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.7)))