diff options
author | Mark H Weaver <mhw@netris.org> | 2019-03-25 01:23:04 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-03-25 01:23:04 -0400 |
commit | 33b233ba633dcfa3b16f6198d4a1626e33336aff (patch) | |
tree | 4e6eb68eb0cc11476db74f5a60f48b671d3302c9 /gnu/packages/linux.scm | |
parent | be6d2713d3454526c0761d1d52ded7bbd879d9bd (diff) |
gnu: linux-libre: Update to 5.0.4.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.4.
(%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 414442ea01..cd1f069a13 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.3") -(define %linux-libre-hash "1ivdqr3y8r2hmv3a1g0a641cr2ckl3x4arapw0j6nwd0sbcyncam") +(define %linux-libre-version "5.0.4") +(define %linux-libre-hash "1j369x19kqryhf7w5p14rah0p3lglrhr5kac9ysqigx92as7kq50") (define %linux-libre-5.0-patches (list %boot-logo-patch |