diff options
author | Mark H Weaver <mhw@netris.org> | 2017-10-19 15:31:47 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-10-19 15:31:47 -0400 |
commit | b11962067b9337c65da499af0dfd48b08915d757 (patch) | |
tree | 83d44e46f2fc70b94f40bd9a3f2cb936ef3686f6 | |
parent | 7a402621ecdd64c49733691ebac3e8232b11c5cc (diff) | |
download | patches-b11962067b9337c65da499af0dfd48b08915d757.tar patches-b11962067b9337c65da499af0dfd48b08915d757.tar.gz |
gnu: linux-libre: Update to 4.13.8.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.8.
(%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 b21e3cae1a..66119ca513 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -368,8 +368,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.13.7") -(define %linux-libre-hash "1znf2zrhfb6wmlv09c14y6sawl4nb0jr7gzwwnakspvy0yjs95r3") +(define %linux-libre-version "4.13.8") +(define %linux-libre-hash "0qi2n5lczqwq2v0q5zl08ac3x4lixpj1dmb0kza6hsllmx8hbybw") (define-public linux-libre (make-linux-libre %linux-libre-version |