diff options
author | Mark H Weaver <mhw@netris.org> | 2017-06-09 01:31:08 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-06-09 01:31:08 -0400 |
commit | 6fe5c49ab487154074eaab2ef80e9a2f8163320c (patch) | |
tree | a395b08ffda33cbc7fbf6267576921fec3275d0a | |
parent | e2d57d12ce5dc63c8c96c77a3dc5a269b3cc5f49 (diff) | |
download | patches-6fe5c49ab487154074eaab2ef80e9a2f8163320c.tar patches-6fe5c49ab487154074eaab2ef80e9a2f8163320c.tar.gz |
gnu: linux-libre: Update to 4.11.4.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.4.
(%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 51dd781777..2bbc3b6ef6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -358,8 +358,8 @@ It has been modified to remove all non-free binary blobs.") (define %intel-compatible-systems '("x86_64-linux" "i686-linux")) -(define %linux-libre-version "4.11.3") -(define %linux-libre-hash "14fbn9s7n86p5yivr4vmh4axdavny6xw1qk63cfwlcma7426wmva") +(define %linux-libre-version "4.11.4") +(define %linux-libre-hash "11nd9pv18vz3g82ja71dkz9mbs0ffb8yamsd44d381szmmm2kpj8") (define-public linux-libre (make-linux-libre %linux-libre-version |