gnu: linux-libre: Upgrade to 3.12.

* gnu/packages/linux.scm (linux-libre): Upgrade to 3.12.
This commit is contained in:
Ludovic Courtès 2013-11-19 22:39:12 +01:00
parent 30e457501d
commit 257f56017e

View file

@ -146,7 +146,7 @@ (define-public module-init-tools
(license gpl2+))) (license gpl2+)))
(define-public linux-libre (define-public linux-libre
(let* ((version "3.11") (let* ((version "3.12")
(build-phase (build-phase
'(lambda* (#:key system #:allow-other-keys #:rest args) '(lambda* (#:key system #:allow-other-keys #:rest args)
(let ((arch (car (string-split system #\-)))) (let ((arch (car (string-split system #\-))))
@ -192,7 +192,7 @@ (define-public linux-libre
(uri (linux-libre-urls version)) (uri (linux-libre-urls version))
(sha256 (sha256
(base32 (base32
"1vlk04xkvyy1kc9zz556md173rn1qzlnvhz7c9sljv4bpk3mdspl")))) "0drjxm9h2k9bik2mhrqqqi6cm5rn2db647wf0zvb58xldj0zmhb6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("perl" ,perl) (native-inputs `(("perl" ,perl)
("bc" ,bc) ("bc" ,bc)