gnu: linux-libre-headers: Update to 4.9.59.
* gnu/packages/linux.scm (linux-libre-headers): Update to 4.9.59.
This commit is contained in:
parent
eda8a841ac
commit
f37931d663
|
@ -156,13 +156,13 @@ defconfig. Return the appropiate make target if applicable, otherwise return
|
||||||
(define-public linux-libre-headers
|
(define-public linux-libre-headers
|
||||||
(package
|
(package
|
||||||
(name "linux-libre-headers")
|
(name "linux-libre-headers")
|
||||||
(version "4.4.47")
|
(version "4.9.59")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (linux-libre-urls version))
|
(uri (linux-libre-urls version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00zdq7swhvzbbnnhzizq6m34q5k4fycpcp215bmkbxh1ic76v7bs"))))
|
"0z8hq8a6ic38xh33idzl0k0yi4isgd7ncl2g1d6mzf9ixw5krhvc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("perl" ,perl)))
|
(native-inputs `(("perl" ,perl)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue