3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: seabios: Update to 1.11.0.

* gnu/packages/firmware.scm (seabios): Update to 1.11.0.
This commit is contained in:
Marius Bakke 2017-12-19 04:12:51 +01:00
parent aac1aa75f4
commit 3f9be7883a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -184,14 +184,14 @@ by the b43-open driver of Linux-libre.")
(define-public seabios
(package
(name "seabios")
(version "1.10.1")
(version "1.11.0")
(source (origin
(method url-fetch)
(uri (string-append "https://code.coreboot.org/p/seabios/downloads/get/"
"seabios-" version ".tar.gz"))
(sha256
(base32
"1jyjl719drnl1v0gf0l5q6qjjmkyqcqkka6s28dfdi0yqsxdsqsh"))))
"1xwvp77djxbxbxg82hzj26pv6zka3556vkdcp09hnfwapcp46av2"))))
(build-system gnu-build-system)
(native-inputs
`(("python-2" ,python-2)))