gnu: linux-libre: Update to 4.4.4.

* gnu/packages/linux.scm (linux-libre): Update to 4.4.4.
This commit is contained in:
Mark H Weaver 2016-03-07 15:04:36 -05:00
parent ced71ac7a7
commit ac00a3d897

View file

@ -220,7 +220,7 @@ (define* (kernel-config system #:key variant)
(search-path %load-path file)))
(define-public linux-libre
(let* ((version "4.4.3")
(let* ((version "4.4.4")
(build-phase
'(lambda* (#:key system inputs #:allow-other-keys #:rest args)
;; Apply the neat patch.
@ -294,7 +294,7 @@ (define-public linux-libre
(uri (linux-libre-urls version))
(sha256
(base32
"06wl6gvhds6j6aaryzpz4jngdf3v70spvp1xb7k2c03kvm9v5f4v"))))
"0i398ylpkwbrvda970j0ci4k7fl6ljnvra70k8ksqp9xgflm15gx"))))
(build-system gnu-build-system)
(supported-systems '("x86_64-linux" "i686-linux"))
(native-inputs `(("perl" ,perl)