diff options
author | Mark H Weaver <mhw@netris.org> | 2019-03-15 22:36:26 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-03-15 22:36:26 -0400 |
commit | 4161deb4549c39b7d4801cc8aa63c365d19fc649 (patch) | |
tree | 758106ef269bf56bb882f548a603b03279c007e4 /gnu/packages/linux.scm | |
parent | ada3d06dcef67ab590d30addb4bc928cd8014de3 (diff) | |
download | patches-4161deb4549c39b7d4801cc8aa63c365d19fc649.tar patches-4161deb4549c39b7d4801cc8aa63c365d19fc649.tar.gz |
gnu: linux-libre: Update to 5.0.2.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.2.
(%linux-libre-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 a3f844513e..ffb88f0004 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -414,8 +414,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.1") -(define %linux-libre-hash "0izbdpml170g5jg87ccnf2q1hc01gsyiy1gqxnqzzi3pri00dfyz") +(define %linux-libre-version "5.0.2") +(define %linux-libre-hash "0lvjqs5fmar6bh5077wzh215v6ffi7f5yx1qkkkw35wqhv0xgn0c") (define %linux-libre-5.0-patches (list %boot-logo-patch |