summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2019-12-17 17:22:36 -0500
committerMark H Weaver <mhw@netris.org>2019-12-17 17:22:36 -0500
commit0bb64e1796b7ae99de8026b7928d8d85ae96602b (patch)
treec99f8b8f0b852b6b3b7ee714cff7cf80ad99f1c4 /gnu
parent29fd736a66bd503c325f95625871d0ebcad6dd69 (diff)
downloadguix-patches-0bb64e1796b7ae99de8026b7928d8d85ae96602b.tar
guix-patches-0bb64e1796b7ae99de8026b7928d8d85ae96602b.tar.gz
gnu: linux-libre@4.14: Update to 4.14.159.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.159. (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 55a5ceb93c..dae0df715f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -372,10 +372,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.158")
+(define-public linux-libre-4.14-version "4.14.159")
(define-public linux-libre-4.14-pristine-source
(let ((version linux-libre-4.14-version)
- (hash (base32 "1cqvr8pgqx005a9qyphqykakzwc54adq8mmdc9sgrxkkw9rfqj8d")))
+ (hash (base32 "1wi6m3w40z0v9krb12g9q09s9y471r51rhcv3qa81lc53cx2vm78")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.14)))