summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-02-14 22:03:21 -0500
committerMark H Weaver <mhw@netris.org>2020-02-14 22:11:28 -0500
commitd498aa8862f49c92e9d5af4e33ef075e8276c99f (patch)
treef83bca22e0e4ef8ad09b188f48873d422d2edc7b
parent96100c0da94056027d93cb28ac311ed8f822035f (diff)
downloadpatches-d498aa8862f49c92e9d5af4e33ef075e8276c99f.tar
patches-d498aa8862f49c92e9d5af4e33ef075e8276c99f.tar.gz
gnu: linux-libre@4.14: Update to 4.14.171.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.171. (linux-libre-4.14-pristine-source): Update hash.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c0fb94b78b..75d3a377ea 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -375,10 +375,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.170")
+(define-public linux-libre-4.14-version "4.14.171")
(define-public linux-libre-4.14-pristine-source
(let ((version linux-libre-4.14-version)
- (hash (base32 "1hqp3spi4cqgkqkzx5g2nbp6isz0kdcsj56ilsp6siqiglj662ll")))
+ (hash (base32 "181jadiwfix23xmqfvg7hpacjd0523v7vy0frzn8g8dlwj4j9q2g")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.14)))