diff options
author | Mark H Weaver <mhw@netris.org> | 2018-12-02 02:11:22 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-12-02 02:11:22 -0500 |
commit | 2e34023f5e79dcf0c16d2f16d36f6fbda893667b (patch) | |
tree | b6b2411ff9e51be455ee7eb49e21c39cfbd75f03 /gnu | |
parent | b2d1c75801f452b4df87dde4a60aab10b69d3d42 (diff) | |
download | guix-2e34023f5e79dcf0c16d2f16d36f6fbda893667b.tar.gz guix-2e34023f5e79dcf0c16d2f16d36f6fbda893667b.zip |
gnu: linux-libre@4.14: Update to 4.14.85.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.85.
(%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 01d27c9405..022d331a77 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.84") -(define %linux-libre-4.14-hash "0mdf436bxlrsv0jbnzwd5bblpavv9vk5qx7h2x55jp0iy9pvp3n2") +(define %linux-libre-4.14-version "4.14.85") +(define %linux-libre-4.14-hash "1jh11y6jakkp3xlq9jbf2myfjzbccjx1iyhd6ny7r9cjkv6r5i5i") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |