diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-10 01:45:26 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-10 01:45:26 -0400 |
commit | ff5355f58edc04bc18fa42476f1d8dacc3fe34dc (patch) | |
tree | c0fb64e00dee41c63879210b1fbdd0fad011607f /gnu | |
parent | ac302576006c95ab9adfe7a1f9bf11f7f3846e45 (diff) |
gnu: linux-libre@4.14: Update to 4.14.124.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.124.
(%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 36b4cb6c91..caf55d3e70 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.123") -(define %linux-libre-4.14-hash "185kf576rwhsaq7jqrnmg8r5fh2nh4k8lifxaxwi3amshnwbj2qg") +(define %linux-libre-4.14-version "4.14.124") +(define %linux-libre-4.14-hash "0z9iaz1rcm9472rjvcihmq65ygyks07j6kbiqm989r9rb4dw6ghg") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |