diff options
author | Mark H Weaver <mhw@netris.org> | 2020-01-29 12:51:14 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-01-29 12:51:14 -0500 |
commit | d7abd56d9c73194e608bcba232cc79e467c6af27 (patch) | |
tree | ae20f8b826b35c09eba5968a1035bb5752da52ae /gnu | |
parent | cf728b19c7ce3359c9b8271a4b55c84d97399d67 (diff) | |
download | guix-d7abd56d9c73194e608bcba232cc79e467c6af27.tar guix-d7abd56d9c73194e608bcba232cc79e467c6af27.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.169.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.169.
(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 ee7c75fa14..b8cbe8861e 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.168") +(define-public linux-libre-4.14-version "4.14.169") (define-public linux-libre-4.14-pristine-source (let ((version linux-libre-4.14-version) - (hash (base32 "1ziixdg4jsr17kgfa9dpckczk0r2mc5jayqb2f6br19al79pfmyv"))) + (hash (base32 "0jc24zvqz3vsv65xxcivzkj6nv27vsy62l50n2h1ysy5jdwsk3nq"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.14))) |