diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-01 01:39:06 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-01 01:39:06 -0400 |
commit | 83c067287784f3021fc6289d18289e28521b75cf (patch) | |
tree | 1a4bbd94a28b1f4be75009687fde10aa85489131 /gnu | |
parent | 9d96994c6229319f5ca31dbe5c31539bf26d4031 (diff) | |
download | patches-83c067287784f3021fc6289d18289e28521b75cf.tar patches-83c067287784f3021fc6289d18289e28521b75cf.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.123.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.123.
(%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 e8fad75566..7a1670af5a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -480,8 +480,8 @@ It has been modified to remove all non-free binary blobs.") %linux-libre-4.15-hash)) -(define %linux-libre-4.14-version "4.14.122") -(define %linux-libre-4.14-hash "0923m61b3gwm69w6m9zhb8az57lrwn7igdysf8wb7ld9z4hzpag8") +(define %linux-libre-4.14-version "4.14.123") +(define %linux-libre-4.14-hash "185kf576rwhsaq7jqrnmg8r5fh2nh4k8lifxaxwi3amshnwbj2qg") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |