diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-08 22:51:27 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-08 22:51:27 -0400 |
commit | c526b3176fb85175ea0d3a5b561927a23522263b (patch) | |
tree | 133bcc4596115bfc5f5031872217fe2dbf62b630 /gnu | |
parent | 013130cf0ba79d9a3ee84263b0d246d3de9bf0b8 (diff) | |
download | patches-c526b3176fb85175ea0d3a5b561927a23522263b.tar patches-c526b3176fb85175ea0d3a5b561927a23522263b.tar.gz |
gnu: linux-libre: Update to 5.0.14.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.14.
(%linux-libre-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 974bad708f..999e4c8643 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -426,8 +426,8 @@ for ARCH and optionally VARIANT, or #f if there is no such configuration." It has been modified to remove all non-free binary blobs.") (license license:gpl2))) -(define %linux-libre-version "5.0.13") -(define %linux-libre-hash "1jhmvd47bd5nhrim2wqibialry8rj9ym0kvsvp6q0zg4rlpvfg49") +(define %linux-libre-version "5.0.14") +(define %linux-libre-hash "1y9wfn814h8p9k75nh1h42m35qbz9jw0kzp7bvjmrw9gvwf98cdg") (define %linux-libre-5.0-patches (list %boot-logo-patch |