diff options
author | Mark H Weaver <mhw@netris.org> | 2017-10-28 22:29:01 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-10-28 22:29:01 -0400 |
commit | 0f27666b91fce15273ca758e7ef570297ec80285 (patch) | |
tree | d9cba4493448e9f2ea4d273c6917e2d8e5fc9cbd /gnu | |
parent | 88deca15b52e50aec2fb59e8e3392df8d6321de9 (diff) | |
download | guix-0f27666b91fce15273ca758e7ef570297ec80285.tar guix-0f27666b91fce15273ca758e7ef570297ec80285.tar.gz |
gnu: linux-libre: Update to 4.13.10.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.10.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu')
-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 6bb2b5d2e1..8a817df343 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.9") -(define %linux-libre-hash "1ymsdvm4djh7hg2wmn2v11w380i0ss9nkp4slfrgihdvn6yp5gbv") +(define %linux-libre-version "4.13.10") +(define %linux-libre-hash "0y1p5b1rxpbr3apvqqv589qwzfyzjpdrzysfj4h17s0k4gy6c5p8") (define-public linux-libre (make-linux-libre %linux-libre-version |