diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-01 01:43:11 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-01 01:43:11 -0400 |
commit | b6cf7e54ea412ed24e6b3ca55a5b452a70ec957f (patch) | |
tree | 09ef67f8c99f576175a8acc099b6e6b2cccd923a | |
parent | bc5d9ae7c944d79edaf71101b0937ec00e061a37 (diff) | |
download | patches-b6cf7e54ea412ed24e6b3ca55a5b452a70ec957f.tar patches-b6cf7e54ea412ed24e6b3ca55a5b452a70ec957f.tar.gz |
gnu: linux-libre: Update to 5.1.6.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.6.
(%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 bdf7ab94b6..ef45465288 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.5") -(define %linux-libre-hash "1zz0hlv509mf2vvrkvj8w19g3fhws6jk5j4ml47kzyr0lbs56iwa") +(define %linux-libre-version "5.1.6") +(define %linux-libre-hash "0m7yi23wlgrh16z5z9dxb7dd64i2irrkdwxi71i88mradn55iq42") (define %linux-libre-5.1-patches (list %boot-logo-patch |