3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: linux-libre@4.1: Update to 4.1.31.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.31.
This commit is contained in:
Mark H Weaver 2016-08-24 20:52:19 -04:00
parent 029bb5a299
commit f2e519ede8
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -358,13 +358,13 @@ It has been modified to remove all non-free binary blobs.")
(define-public linux-libre-4.1
(package
(inherit linux-libre)
(version "4.1.30")
(version "4.1.31")
(source (origin
(method url-fetch)
(uri (linux-libre-urls version))
(sha256
(base32
"0nwmwbskfni3fnbd7v6jh8yfah915zh80xg4g7n38lb66rk3bxvi"))))
"0grffah921k136w1qwcswxv6m810s8q54nr2rk7kyqka3a1b81yw"))))
(native-inputs
(let ((conf (kernel-config (or (%current-target-system)
(%current-system))