diff options
author | Mark H Weaver <mhw@netris.org> | 2019-03-28 19:35:11 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-03-28 19:36:22 -0400 |
commit | fa3c2aad6581d219ec557c1ee87309ff19085785 (patch) | |
tree | e50cd4589f87b10a0589398bf28da8130662c072 /gnu/packages/linux.scm | |
parent | 4bdf98f62f1472ec18a9b663f36d460dffc342fd (diff) |
gnu: linux-libre: Update to 5.0.5.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.5.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 02ebc95f1e..b4a80bb2a0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -415,8 +415,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.4") -(define %linux-libre-hash "1j369x19kqryhf7w5p14rah0p3lglrhr5kac9ysqigx92as7kq50") +(define %linux-libre-version "5.0.5") +(define %linux-libre-hash "1yivxqprxfzhzid4qv9hpnb5i38kijrj2g2pyzz7niliya1c58li") (define %linux-libre-5.0-patches (list %boot-logo-patch |