summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-07-01 13:29:02 -0400
committerMark H Weaver <mhw@netris.org>2020-07-01 13:29:02 -0400
commite5aa0fd4ebca440822520d71656a0eb708441697 (patch)
treeb828450a34c7bb5950f35c4fd0337c9fa2d94532 /gnu
parent92ce2a0b5fe78bd6eda953b7acde23d936fd89dc (diff)
downloadguix-patches-e5aa0fd4ebca440822520d71656a0eb708441697.tar
guix-patches-e5aa0fd4ebca440822520d71656a0eb708441697.tar.gz
gnu: linux-libre@4.14: Update to 4.14.187.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.187. (linux-libre-4.14-pristine-source): Update hash.
Diffstat (limited to 'gnu')
-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 95f441e8f1..dff2bd59be 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.186")
+(define-public linux-libre-4.14-version "4.14.187")
(define-public linux-libre-4.14-pristine-source
(let ((version linux-libre-4.14-version)
- (hash (base32 "0q52fmkiqa9hpdkf0wlpcqnc6wqssqz6cgfk1ix1anq0h5hl4ns4")))
+ (hash (base32 "1gal2kfyrq8c4dswlwnwmzc3ap6a7cjkyz8jgsm9d8gfx9sk88jv")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.14)))