diff options
author | Mark H Weaver <mhw@netris.org> | 2019-01-09 22:56:48 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-01-09 23:00:03 -0500 |
commit | 166c6ad39c550990ff5905485082b4e6347ed372 (patch) | |
tree | 00534d9ea2424c591e7faaf6a382888c62b84f15 /gnu/packages/linux.scm | |
parent | c37f52e3bea44d53f5e23928a413a7637f2a44b9 (diff) | |
download | patches-166c6ad39c550990ff5905485082b4e6347ed372.tar patches-166c6ad39c550990ff5905485082b4e6347ed372.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.92.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.92.
(%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 5632687301..18bf50981e 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.91") -(define %linux-libre-4.14-hash "1xr4q6hqjg4fjcd1w8qi2x9a11ms9wvascy9b1p6czblg9j9dd6a") +(define %linux-libre-4.14-version "4.14.92") +(define %linux-libre-4.14-hash "09s479krcjzgp53s5i6h7ld1mdagjci6lqvkv8mc1nj0ja8niiq3") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |