diff options
author | Mark H Weaver <mhw@netris.org> | 2020-01-27 14:37:16 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-01-27 14:37:16 -0500 |
commit | 3c6332128af7ca4610e0513f0577771e16e91955 (patch) | |
tree | 1f403ae501ee8043bed7c8f520ca5f9e667a0642 /gnu | |
parent | 11f46dc9de9ac4513349baf56670a0939e2015f9 (diff) | |
download | patches-3c6332128af7ca4610e0513f0577771e16e91955.tar patches-3c6332128af7ca4610e0513f0577771e16e91955.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.168.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.168.
(linux-libre-4.14-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 5162dfff18..ebc27dccc6 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.167") +(define-public linux-libre-4.14-version "4.14.168") (define-public linux-libre-4.14-pristine-source (let ((version linux-libre-4.14-version) - (hash (base32 "0hzyb5k6adhg4vkhix21kg7z6gdzyk1dnzylvbsz9yh2m73qzdrb"))) + (hash (base32 "1ziixdg4jsr17kgfa9dpckczk0r2mc5jayqb2f6br19al79pfmyv"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.14))) |