diff options
author | Mark H Weaver <mhw@netris.org> | 2017-03-19 17:18:15 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-03-19 17:18:15 -0400 |
commit | 8299c697af4b30e3d0aae80d21f7a529448f707e (patch) | |
tree | 529f156fb4eb691f151505f5a34a1dbfb14f903a /gnu | |
parent | 92c42164a2a7306c1af6cf4add48061d8f42c8d2 (diff) | |
download | patches-8299c697af4b30e3d0aae80d21f7a529448f707e.tar patches-8299c697af4b30e3d0aae80d21f7a529448f707e.tar.gz |
gnu: linux-libre: Update to 4.10.4.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.4.
(%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 9d04a2f00d..46052fe10d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -338,8 +338,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.3") -(define %linux-libre-hash "1znrcwc0y35cjkizkmjvnxnkldf490pfxqs7dn4vcgmb80y7smfc") +(define %linux-libre-version "4.10.4") +(define %linux-libre-hash "0cmz4y8pb3sdag32bsrn7vg1i8v9rymfspg85ipkbamm53c7v54g") (define-public linux-libre (make-linux-libre %linux-libre-version |