[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: linux-libre@5.7: Update to 5.7.5.
From: |
guix-commits |
Subject: |
02/03: gnu: linux-libre@5.7: Update to 5.7.5. |
Date: |
Mon, 22 Jun 2020 21:08:25 -0400 (EDT) |
mhw pushed a commit to branch master
in repository guix.
commit 83cbfa2091b012443fe253eecd8cca96d95d1f6e
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Mon Jun 22 21:02:00 2020 -0400
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.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index deecf5a..21d46a4 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)))