diff options
author | Mark H Weaver <mhw@netris.org> | 2018-11-14 19:14:39 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-11-14 19:14:39 -0500 |
commit | 24ba798731076923462de35db0567bcb0cefb7ab (patch) | |
tree | 2411806574ebfe504c6a05f25a3907e0cbdf527e | |
parent | 6a1cff70bce9a144bcf2c503e44485c7e6656315 (diff) | |
download | guix-24ba798731076923462de35db0567bcb0cefb7ab.tar guix-24ba798731076923462de35db0567bcb0cefb7ab.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.81.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.81.
(%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 ff3cca3640..7148299188 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -429,8 +429,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.80") -(define %linux-libre-4.14-hash "0h4hi5lqizdx5nk0f3immbcv2n7p5jh26m80v4x6bw4wi5b44fra") +(define %linux-libre-4.14-version "4.14.81") +(define %linux-libre-4.14-hash "0vxs8k7ka8aqnn1fcr88bhr07wa5jg83pq1rcjby9k422mbv254q") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |