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
1 changed files with 2 additions and 2 deletions

View File

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