diff options
author | Mark H Weaver <mhw@netris.org> | 2017-04-13 04:16:26 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-04-13 04:16:26 -0400 |
commit | 44fd83898787ba27edf2b47503382ba65a53e238 (patch) | |
tree | aa9cd4007c3b8c43bcfbedc77d6ed90dbbc29cc7 /gnu | |
parent | c8d6d510f63ba737dc521e7c69faa9d788506172 (diff) | |
download | patches-44fd83898787ba27edf2b47503382ba65a53e238.tar patches-44fd83898787ba27edf2b47503382ba65a53e238.tar.gz |
gnu: linux-libre: Update to 4.10.10.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.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 9a9b2c49e3..e1ae84e3a7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -352,8 +352,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.10.9") -(define %linux-libre-hash "1id2nx0k70akmwx9l4ga4i2p8wjpxx5jdmgckrfxqgprw19jkn6p") +(define %linux-libre-version "4.10.10") +(define %linux-libre-hash "1py6hzv39hbyafkvz69pmcidwxbd7psp9jzmnm4dg4jj7j92m6b7") (define-public linux-libre (make-linux-libre %linux-libre-version |