diff options
author | Mark H Weaver <mhw@netris.org> | 2020-01-23 23:10:02 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-01-23 23:16:54 -0500 |
commit | 666581fd57771d1bc55183ed5af686348b8a9dc6 (patch) | |
tree | a594fec2e92ff4414aa651882213714d458f0afd | |
parent | fad00f1a75bafbdf0caea808a27e1366abf462be (diff) | |
download | guix-666581fd57771d1bc55183ed5af686348b8a9dc6.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.167.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.167. (linux-libre-4.14-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 5d6ce29ab4..e5eb99476f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -373,10 +373,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-4.19))) -(define-public linux-libre-4.14-version "4.14.166") +(define-public linux-libre-4.14-version "4.14.167") (define-public linux-libre-4.14-pristine-source (let ((version linux-libre-4.14-version) - (hash (base32 "003wax7dsahlv1iv9yqhkjbxx20crmwyd9464cx974i03a0vzclb"))) + (hash (base32 "0hzyb5k6adhg4vkhix21kg7z6gdzyk1dnzylvbsz9yh2m73qzdrb"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.14))) |