diff options
author | Mark H Weaver <mhw@netris.org> | 2017-09-11 00:42:09 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-09-11 00:42:09 -0400 |
commit | 4b4869ce976002a5dc4520aeeeca095113a4d2d5 (patch) | |
tree | 3462ba0c6aa0abed56d38a1ffe6e85d6fe287f72 /gnu/packages/linux.scm | |
parent | 3abc12d6d2cccf69499ddbac6678d6c9f4e8cec6 (diff) | |
download | guix-4b4869ce976002a5dc4520aeeeca095113a4d2d5.tar.gz guix-4b4869ce976002a5dc4520aeeeca095113a4d2d5.zip |
gnu: linux-libre: Update to 4.13.1.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.1.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 e2157c1b76..22f22c036c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -367,8 +367,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") -(define %linux-libre-hash "07mxcya7ml1v34pbg4mjh1sq80r3b4dsxbcs41fm50jnhq7p1w4v") +(define %linux-libre-version "4.13.1") +(define %linux-libre-hash "1asvxkfh85842816wd3yjw7g1pyhjj69lh4ni4ijjpwlicrsws67") (define-public linux-libre (make-linux-libre %linux-libre-version |