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.4: Update to 4.4.14.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.14.
This commit is contained in:
Mark H Weaver 2016-06-25 13:12:12 -04:00
parent 893d963ae3
commit 18c658f966
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -340,13 +340,13 @@ It has been modified to remove all non-free binary blobs.")
(define-public linux-libre-4.4
(package
(inherit linux-libre)
(version "4.4.13")
(version "4.4.14")
(source (origin
(method url-fetch)
(uri (linux-libre-urls version))
(sha256
(base32
"1qcgnprgl9hy4g51bkx4bjs1cdsyy9kpwqymxggwghrzdid41x9l"))))
"1yfmzrjrkj8mn2dfd7p98w13afchrkpz26gwfcm2fhsmla16n1my"))))
(native-inputs
(let ((conf (kernel-config (or (%current-target-system)
(%current-system))