diff options
author | Mark H Weaver <mhw@netris.org> | 2019-07-04 00:05:05 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-07-04 00:05:05 -0400 |
commit | b09a3584fc48ebd0a0db7606077b33e73b6faa8b (patch) | |
tree | c8c9dfc101da19f49a189018204f901cad4b4883 | |
parent | 0e9e83c5d84803a68c487269018860f24c1e5464 (diff) |
gnu: linux-libre: Update to 5.1.16.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.16.
(%linux-libre-hash): Update hash.
-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 edd696da5b..690fd1ad68 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.15") -(define %linux-libre-hash "1f0hhyjsm4bl7k7w88aifvhmqmjkvkvlpd2b69y7s6csr22fk6v4") +(define %linux-libre-version "5.1.16") +(define %linux-libre-hash "055vs2g6z6wx34qvi0aw952x9q3drbj7z27s7g7pks6w730xkga8") (define %linux-libre-5.1-patches (list %boot-logo-patch |