diff options
author | Mark H Weaver <mhw@netris.org> | 2019-01-14 01:26:21 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-01-14 01:26:21 -0500 |
commit | 8b2aabd9d929b6718c3014db43c1259efcff1401 (patch) | |
tree | 2321b97a9b6f339ce79dde991a153677fe98ce92 /gnu/packages/linux.scm | |
parent | e724e1543a0c96754945e4fe594482155101d393 (diff) | |
download | patches-8b2aabd9d929b6718c3014db43c1259efcff1401.tar patches-8b2aabd9d929b6718c3014db43c1259efcff1401.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.93.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.93.
(%linux-libre-4.14-hash): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 01f82ca0a7..d6cb595a91 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.92") -(define %linux-libre-4.14-hash "09s479krcjzgp53s5i6h7ld1mdagjci6lqvkv8mc1nj0ja8niiq3") +(define %linux-libre-4.14-version "4.14.93") +(define %linux-libre-4.14-hash "051ijhwjq04lzzz1iw9ar7lgllh1acyvr8bxak01chnph6vc2qas") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |