diff options
author | Mark H Weaver <mhw@netris.org> | 2020-06-18 00:36:41 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-06-18 01:03:27 -0400 |
commit | f4f5adcb50aa631ee5d87cf56ffedbb912309fef (patch) | |
tree | 4163b2416a2b05d12cda66ea065783628d52339b /gnu | |
parent | 85c4364c7847a6c71432974c7f29d2239f1c32e8 (diff) |
gnu: linux-libre@5.7: Update to 5.7.3
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.3
(linux-libre-5.7-pristine-source): Update hash.
Diffstat (limited to 'gnu')
-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 f2b35e33c5..cba6f462a7 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.2") +(define-public linux-libre-5.7-version "5.7.3") (define-public linux-libre-5.7-pristine-source (let ((version linux-libre-5.7-version) - (hash (base32 "02brxm78n0kg4mh48acvjsr7mpvaqd279ycyaixaflid1s1awrb0"))) + (hash (base32 "1sgwdcyn9105lfgg25q41yj30sy9cqfdm8m4dmka8gzllxxyq407"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.7))) |