diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-04 23:49:44 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-04 23:49:44 -0400 |
commit | 08ad44975386ecaea2bccc6523c951439b3c477e (patch) | |
tree | 178665fbf105fbda32a5965534b5710edb469fe1 /gnu/packages | |
parent | 8feeeb68d3104b04e28b2b0d6d50dc6e8d9847df (diff) |
gnu: linux-libre: Update to 5.1.7.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.7.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu/packages')
-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 06af505edc..ffc5e9736e 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.6") -(define %linux-libre-hash "0m7yi23wlgrh16z5z9dxb7dd64i2irrkdwxi71i88mradn55iq42") +(define %linux-libre-version "5.1.7") +(define %linux-libre-hash "0hr4sbapdpgdkb6xg1f7bpc31242yiqdvy5sfpymsrzfslr8vwy1") (define %linux-libre-5.1-patches (list %boot-logo-patch |