aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2019-10-18 07:48:38 -0400
committerMark H Weaver <mhw@netris.org>2019-10-18 07:53:10 -0400
commite5df2dfce1347349f41554342c65da96e2d2889d (patch)
treecee2cfa79c5cc5839b835f750dd87a1f9b514312 /gnu
parentb84d7ac06e5a7ee50103decb295c64eec97c2c1f (diff)
downloadguix-e5df2dfce1347349f41554342c65da96e2d2889d.tar
guix-e5df2dfce1347349f41554342c65da96e2d2889d.tar.gz
gnu: linux-libre@4.14: Update to 4.14.150.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.150. (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 49ac7b5316..6a6c8c0a89 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -381,10 +381,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.149")
+(define-public linux-libre-4.14-version "4.14.150")
(define-public linux-libre-4.14-pristine-source
(let ((version linux-libre-4.14-version)
- (hash (base32 "15pjngy3j5vnisv462ll7wsg78qv7q2cz86da0bcwh446v9ap7g6")))
+ (hash (base32 "1c2pxfvv31af0mzcqnbfjk8pc0wrhg4yhspl8a3ab2w5dfwa9ib5")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.14)))