diff options
author | Mark H Weaver <mhw@netris.org> | 2019-01-23 01:16:17 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-01-23 01:16:17 -0500 |
commit | 6a6799b27af8646da112d51bedb8e5ff6158e425 (patch) | |
tree | 36f251b5f6f522434b24892fb49ce85c69f523d4 | |
parent | 5123e57fc9e52bb1361f0717e0581e796a94ad1d (diff) | |
download | guix-6a6799b27af8646da112d51bedb8e5ff6158e425.tar guix-6a6799b27af8646da112d51bedb8e5ff6158e425.tar.gz |
gnu: linux-libre: Update to 4.20.4.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.4.
(%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 704fe49122..69b6c921e8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -413,8 +413,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 "4.20.3") -(define %linux-libre-hash "0mk996fb4bd9548xnv2as4lxm3gyj1kvn6ra03xxpb0wf8cqdazz") +(define %linux-libre-version "4.20.4") +(define %linux-libre-hash "1p7ixkqvnr0mzyivyby8hfix44np7w1nvyxghz8wa1h2nhsszvzv") (define %linux-libre-4.20-patches (list %boot-logo-patch |