me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.11.
master
Mark H Weaver 2016-05-20 18:15:51 -04:00
parent 932f2b70a6
commit 4483a1185d
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 2 deletions

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.10")
(version "4.4.11")
(source (origin
(method url-fetch)
(uri (linux-libre-urls version))
(sha256
(base32
"1k7h632vgh3wlz44qqawy238f4mzn19bm9sz9zqq0ql6wwhkjdkj"))))
"17pb9w72vigdrhm8hnkdyw9kwc2l06nabzygpdkwbvf7fg3j03vc"))))
(native-inputs
(let ((conf (kernel-config (or (%current-target-system)
(%current-system))