diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-18 20:49:14 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-18 20:49:14 -0400 |
commit | 5f7367cf8495f537b7b8ce42204ab14a3ed2e46b (patch) | |
tree | 19efa8a904d9f1c9b4f78160b2bed49a5a388f44 | |
parent | 999ab3807a0b2644e4b0f23a6c7c0e5875a165de (diff) | |
download | guix-5f7367cf8495f537b7b8ce42204ab14a3ed2e46b.tar.gz guix-5f7367cf8495f537b7b8ce42204ab14a3ed2e46b.zip |
gnu: linux-libre: Update to 5.1.11.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.11.
(%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 3a4bef4c88..4f659e13f8 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.10") -(define %linux-libre-hash "0gpvp3p927wg31gmh4bakxcvzanx68s7d6dj6v89md7z146954k9") +(define %linux-libre-version "5.1.11") +(define %linux-libre-hash "15hmqycsggqd9bwrf229b7f0pfznzs03kpzcwrd9j867pvgwyl8c") (define %linux-libre-5.1-patches (list %boot-logo-patch |