diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-08 00:55:26 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-08 00:55:26 -0400 |
commit | 87483b907d5db4b329efa13bab78125ed2a9325c (patch) | |
tree | 0ac5571106d31e145ac58b4d4e7295ffb6241ba7 | |
parent | 4b2cc0b6495dd764bcb0b4a2ae0fdd6a9326e7b3 (diff) |
gnu: linux-libre: Update to 5.0.7.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.7.
(%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 0c2c3e5e49..710fd2d299 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -424,8 +424,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.6") -(define %linux-libre-hash "0zznxchsdljw4swnr4i0qlvdww7cxskmil1691baj53xjv3wsh3n") +(define %linux-libre-version "5.0.7") +(define %linux-libre-hash "0c8g20crv03xxxpirj0jylcxxy33dn9f9x7viv451rzh9frc5mal") (define %linux-libre-5.0-patches (list %boot-logo-patch |