diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-06 02:13:19 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-06 02:13:19 -0400 |
commit | 654332f00fb810f512131d082641a396bc2e25b2 (patch) | |
tree | 4a98e1889ca25aa759a42db7da0813c7d0263ab3 | |
parent | 90f4cc4bc74926a439aec00c5ac453f8b1bfe9f8 (diff) | |
download | patches-654332f00fb810f512131d082641a396bc2e25b2.tar patches-654332f00fb810f512131d082641a396bc2e25b2.tar.gz |
gnu: linux-libre: Update to 5.0.13.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.13.
(%linux-libre-hash): Update hash.
-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 eec95188e3..64a3f18d25 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.11") -(define %linux-libre-hash "09xnaz2ybicl4qb7gixcd5l16jasqih98r3xg5amqnqjjhxx5hrj") +(define %linux-libre-version "5.0.13") +(define %linux-libre-hash "1jhmvd47bd5nhrim2wqibialry8rj9ym0kvsvp6q0zg4rlpvfg49") (define %linux-libre-5.0-patches (list %boot-logo-patch |