diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-19 14:29:20 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-19 14:29:20 -0400 |
commit | 18f8770d58c824448f9a3c3a48bfcee1fe8b2a91 (patch) | |
tree | d22d91348b52537bb2eb8756c2cb3f312043f229 /gnu | |
parent | 5547653eb8416cde862b65ab9f747361c2ff08e9 (diff) |
gnu: linux-libre: Update to 5.0.8.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.8.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu')
-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 22f5f9e166..b562a23b2f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -423,8 +423,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.7") -(define %linux-libre-hash "0c8g20crv03xxxpirj0jylcxxy33dn9f9x7viv451rzh9frc5mal") +(define %linux-libre-version "5.0.8") +(define %linux-libre-hash "0kfn861rhric78h6wmp6ss1vr1zmly345n6n33vv9qwbi3rr555y") (define %linux-libre-5.0-patches (list %boot-logo-patch |