diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-25 19:07:39 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-25 19:07:39 -0400 |
commit | 5a7e7ca1d7a656cd8f6d8e43d686ee087d21aabe (patch) | |
tree | 241917f86a82bc528ac895ab799455649b20292a | |
parent | a579f93197bcbecce36be621e0b7b5d2177e7e75 (diff) |
gnu: linux-libre: Update to 5.1.15.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.15.
(%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 9bfdd1c6db..079300cf6d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -430,8 +430,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.1.14") -(define %linux-libre-hash "1rpkkhzyks9bqk0j6djaacjxfb0jld4si4li1ws123ddf5krz8j2") +(define %linux-libre-version "5.1.15") +(define %linux-libre-hash "1f0hhyjsm4bl7k7w88aifvhmqmjkvkvlpd2b69y7s6csr22fk6v4") (define %linux-libre-5.1-patches (list %boot-logo-patch |