diff options
author | Mark H Weaver <mhw@netris.org> | 2019-07-15 15:26:40 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-07-15 15:26:40 -0400 |
commit | 5b524f448c958c417952d43db3ccc27b0577ff37 (patch) | |
tree | f92463b67c063a68c77bc53bc4a19efd9bfcab1a | |
parent | ec92941a8295aa26b9fc23812ac7e44ecbaec5c3 (diff) | |
download | patches-5b524f448c958c417952d43db3ccc27b0577ff37.tar patches-5b524f448c958c417952d43db3ccc27b0577ff37.tar.gz |
gnu: linux-libre: Update to 5.2.1.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.2.1.
(%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 bb45175f83..30192f195d 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.2") -(define %linux-libre-hash "1s9rcjwy2vmfpin5kxv015ys7lvv84y1pxl1y5aiw0y1mif0mgxb") +(define %linux-libre-version "5.2.1") +(define %linux-libre-hash "1qj3zsjynz45p97n6sngdbh4xfd1jks3hbn85nmhzds6sxgg4c54") (define %linux-libre-5.2-patches (list %boot-logo-patch |