diff options
author | Mark H Weaver <mhw@netris.org> | 2020-08-21 20:59:52 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-08-21 20:59:52 -0400 |
commit | 518d06d13295df9f9a03f256c0a110ff8fae0d0e (patch) | |
tree | e7bbb45a68e9c738e79d5a91a0d0ffa16129a990 /gnu | |
parent | 10df5c487be88fb22e2ca4c7a30ec0499e617612 (diff) | |
download | guix-518d06d13295df9f9a03f256c0a110ff8fae0d0e.tar.gz |
gnu: linux-libre@5.4: Update to 5.4.60.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.60. (linux-libre-5.4-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 777dd9483f..fa814fc761 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -405,10 +405,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.7))) -(define-public linux-libre-5.4-version "5.4.59") +(define-public linux-libre-5.4-version "5.4.60") (define-public linux-libre-5.4-pristine-source (let ((version linux-libre-5.4-version) - (hash (base32 "1zdjqkm6sniy718dgqzbc1w1sgwpy2x64n1p91cjwps3wjr9vjwv"))) + (hash (base32 "08x2a78n23371k7l5p677mihnl58dpjh7r7bvyiwj3y4hlisplmd"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.4))) |