me
/
guix
Archived
1
0
Fork 0

gnu: linux-libre-4.4: Update to 4.4.9.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.9.
master
Mark H Weaver 2016-05-05 08:44:52 -04:00
parent a82f322b1c
commit a6b3c07a7a
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 2 deletions

View File

@ -337,13 +337,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.8")
(version "4.4.9")
(source (origin
(method url-fetch)
(uri (linux-libre-urls version))
(sha256
(base32
"0zyhdy01gjglgmlrmpqa1sdnm0z91mzwspbksj6zvcamczb8ml53"))))
"04zwmqp5ib19jmbv2b1zzxdp4zhjkmx408mjky92dkyj33j43iki"))))
(native-inputs
(let ((conf (kernel-config (or (%current-target-system)
(%current-system))