diff options
author | Mark H Weaver <mhw@netris.org> | 2019-12-05 14:28:34 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-12-05 14:28:34 -0500 |
commit | 1c90bc7ee674a25d8bfeb8bcef1ec502357cd7e5 (patch) | |
tree | 5a0e93a5321e9011bba32b11f2cd4a83994e30d6 | |
parent | 5ecee81290d7d4e0f01e2981d1b6383737164eab (diff) |
gnu: linux-libre@4.14: Update to 4.14.158.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.158.
(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 ed934f6e60..d07c08c9ac 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -368,10 +368,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.157") +(define-public linux-libre-4.14-version "4.14.158") (define-public linux-libre-4.14-pristine-source (let ((version linux-libre-4.14-version) - (hash (base32 "0cvpagbjwpj63lpybfq1rnwdnxcjw49z0b5prah39krf0nd7dylh"))) + (hash (base32 "1cqvr8pgqx005a9qyphqykakzwc54adq8mmdc9sgrxkkw9rfqj8d"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.14))) |