diff options
author | Mark H Weaver <mhw@netris.org> | 2019-03-28 19:33:41 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-03-28 19:36:17 -0400 |
commit | 8ea1d2b5bdb74d9c47f16ec2fbd785d0ae812045 (patch) | |
tree | b6558725721016b59949a4ff93670008950ac6f9 | |
parent | aa5a425c8f8f8513e24c1a4e1dd16141442f22bd (diff) | |
download | guix-8ea1d2b5bdb74d9c47f16ec2fbd785d0ae812045.tar guix-8ea1d2b5bdb74d9c47f16ec2fbd785d0ae812045.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.109.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.109.
(%linux-libre-4.14-hash): 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 6130d95b0e..a50f246166 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -443,8 +443,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.19-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.108") -(define %linux-libre-4.14-hash "1ydp1dzfcv6caahcdlx2l2q13bnhwgin5wwkgrc10f2d96acyr47") +(define %linux-libre-4.14-version "4.14.109") +(define %linux-libre-4.14-hash "05xnnyfiypg4sdcnh42wvg7h72ar8xx98dik12sgwysnfldi0gk9") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |