diff options
author | Mark H Weaver <mhw@netris.org> | 2020-01-23 23:11:14 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-01-23 23:16:58 -0500 |
commit | c4bdd78a6ac9b3442817084c7e9298b09234db01 (patch) | |
tree | e40747fdca27b1ba70f0b03cda0f666d3de38f30 | |
parent | e0376b60e1bf216091f2e7dab1f9392bd17f5c55 (diff) | |
download | guix-c4bdd78a6ac9b3442817084c7e9298b09234db01.tar.gz |
gnu: linux-libre: Update to 5.4.14.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.14. (linux-libre-5.4-pristine-source): Update hash.
-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 8d072c6254..e5cc773ecc 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -357,10 +357,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." "linux-" version ".tar.xz")) (sha256 hash))) -(define-public linux-libre-5.4-version "5.4.13") +(define-public linux-libre-5.4-version "5.4.14") (define-public linux-libre-5.4-pristine-source (let ((version linux-libre-5.4-version) - (hash (base32 "1mva73ywb2r5lrmzp5m7hyy0zpgxdg91nw42c1z1sz3ydpcjkys9"))) + (hash (base32 "1w6pr0lcpkzjq4n0hnrj02ycdwzvz8lrgy23715zl5pmxsq1h7jk"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.4))) |