diff options
author | Mark H Weaver <mhw@netris.org> | 2019-02-13 13:26:25 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-02-13 13:26:25 -0500 |
commit | 570ef8aec5c3602cff8d32493461bd157663bcd3 (patch) | |
tree | b46911d3315ef5e8c8df4b9d6ff415c8faaacfae /gnu | |
parent | b76374fbf70a815609ecf329c3a9daeacb4af83f (diff) | |
download | guix-570ef8aec5c3602cff8d32493461bd157663bcd3.tar guix-570ef8aec5c3602cff8d32493461bd157663bcd3.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.99.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.99.
(%linux-libre-4.14-hash): Update hash.
Diffstat (limited to 'gnu')
-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 25040b303f..f9e6870bf6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -441,8 +441,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.98") -(define %linux-libre-4.14-hash "165wlqqpb16zhrwihsb75y153xyz8q5dbi14xim7jsnvwlbh5i79") +(define %linux-libre-4.14-version "4.14.99") +(define %linux-libre-4.14-hash "1d9h4l22j3jy1bkq8i4g6axwpq04jbsys4bg6bx8sbl590c9lrwx") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |