diff options
author | Mark H Weaver <mhw@netris.org> | 2017-10-23 00:53:38 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-10-23 00:53:38 -0400 |
commit | 2f05dd6b4cd84c6f431da94d47668ed0b34a6e1c (patch) | |
tree | d195554c9c2ecf69e7e713bd43a2cf283886ef4b /gnu/packages/linux.scm | |
parent | 1b635caface4fa5eaefae12648be58fbb4a9ad92 (diff) | |
download | guix-2f05dd6b4cd84c6f431da94d47668ed0b34a6e1c.tar guix-2f05dd6b4cd84c6f431da94d47668ed0b34a6e1c.tar.gz |
gnu: linux-libre: Update to 4.13.9.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.9.
(%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 5bc73a8009..49665e24d3 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.8") -(define %linux-libre-hash "0qi2n5lczqwq2v0q5zl08ac3x4lixpj1dmb0kza6hsllmx8hbybw") +(define %linux-libre-version "4.13.9") +(define %linux-libre-hash "1ymsdvm4djh7hg2wmn2v11w380i0ss9nkp4slfrgihdvn6yp5gbv") (define-public linux-libre (make-linux-libre %linux-libre-version |