diff options
author | Mark H Weaver <mhw@netris.org> | 2019-11-12 20:45:25 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-11-12 20:45:25 -0500 |
commit | b5a9ac5b60a84fcf68b2ff19843eaf273adc5e85 (patch) | |
tree | f121caceb1c31813c98de5bc23a599880b60f6f3 | |
parent | 350d8d54523998b7d845420b59507135e708b04e (diff) | |
download | patches-b5a9ac5b60a84fcf68b2ff19843eaf273adc5e85.tar patches-b5a9ac5b60a84fcf68b2ff19843eaf273adc5e85.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.154.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.154.
(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 ef396848a5..7ee7feb152 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -367,10 +367,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.153") +(define-public linux-libre-4.14-version "4.14.154") (define-public linux-libre-4.14-pristine-source (let ((version linux-libre-4.14-version) - (hash (base32 "08bsyawda0yjy4sgr817ich1xihm8c7dicns8bzk1pcpb884pfai"))) + (hash (base32 "00q662s8mgnzqfgk5gkzqfv9ws3vryf28blbq1zxcy4s6wj4mpl6"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.14))) |