diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-10 01:52:15 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-10 01:52:15 -0400 |
commit | 31775e400e05fb05fff0de4d3ffbf9549fe20994 (patch) | |
tree | b76f1dd965697f02e4959c5e2858132edc215714 /gnu | |
parent | 84b3d9dd93bb9f899c8a7f29b8644171f8dab456 (diff) | |
download | guix-31775e400e05fb05fff0de4d3ffbf9549fe20994.tar.gz guix-31775e400e05fb05fff0de4d3ffbf9549fe20994.zip |
gnu: linux-libre: Update to 5.1.8.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.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 8f1fabc90c..17e36e6841 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -430,8 +430,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.1.7") -(define %linux-libre-hash "0hr4sbapdpgdkb6xg1f7bpc31242yiqdvy5sfpymsrzfslr8vwy1") +(define %linux-libre-version "5.1.8") +(define %linux-libre-hash "1vkirlz9vsvym8fdbvj308n3hj8f9j8n9m267x0dhlgbmig570j2") (define %linux-libre-5.1-patches (list %boot-logo-patch |