diff options
author | Mark H Weaver <mhw@netris.org> | 2020-06-21 19:13:29 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-06-21 19:13:29 -0400 |
commit | 5a9a438146c5df87847240af9dbbc11458de8781 (patch) | |
tree | f075cf2fa6d056a72a107cdf34057df8b7c9ea0d /gnu/packages | |
parent | f1922ee156f4f348b6c5ff7e151e4ecb9744495b (diff) |
gnu: linux-libre@4.14: Update to 4.14.185.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.185.
(linux-libre-4.14-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages')
-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 f54dc63820..95847165fd 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -395,10 +395,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.184") +(define-public linux-libre-4.14-version "4.14.185") (define-public linux-libre-4.14-pristine-source (let ((version linux-libre-4.14-version) - (hash (base32 "0h6r06c1d7amkfglsr66ic89p0zxpmk7jkq1ylcbknmkiwkixx9g"))) + (hash (base32 "1iixxwidp53s2i2br58wbx5s69f2jcllb116z73pv7fmd06b2czk"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.14))) |