diff options
author | Mark H Weaver <mhw@netris.org> | 2018-04-09 00:15:36 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-04-09 00:15:36 -0400 |
commit | 9b8cd09e46133a84766e8d3f007e1c9a0e019606 (patch) | |
tree | 4549d5919af7dd4e20db4fb7079ac882fd05e729 /gnu | |
parent | 615d923d1fb26eb4ad8e4c773592519ae7820a66 (diff) | |
download | guix-9b8cd09e46133a84766e8d3f007e1c9a0e019606.tar.gz guix-9b8cd09e46133a84766e8d3f007e1c9a0e019606.zip |
gnu: linux-libre@4.14: Update to 4.14.33.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.33.
(%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 3223929491..551040626d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -392,8 +392,8 @@ It has been modified to remove all non-free binary blobs.") %linux-compatible-systems #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.32") -(define %linux-libre-4.14-hash "0xqqd9s35xqxp72l93jr26vjcbwxlxmpmk8b5p9jipql9a81a1x8") +(define %linux-libre-4.14-version "4.14.33") +(define %linux-libre-4.14-hash "0ps9whsxc20gw5ags18rgkwgy6fzg66by70g8xjds7nijpzgl69m") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |