gnu: SeaBIOS: Update to 1.16.1.

* gnu/packages/firmware.scm (seabios): Update to 1.16.1.
This commit is contained in:
Marius Bakke 2022-12-17 01:07:05 +01:00
parent 95692ffa8b
commit 287f997489
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -402,7 +402,7 @@ executing in M-mode.")
(define-public seabios
(package
(name "seabios")
(version "1.15.0")
(version "1.16.1")
(source
(origin
(method git-fetch)
@ -411,7 +411,7 @@ executing in M-mode.")
(commit (string-append "rel-" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0gnsfmbgcvihsap8sz8c2n3qs439q44i3pwrms2nv3xcnf1sclj9"))))
(base32 "0gph1hf70jjpx55qc0lzx2yghkipg9dnsin07i4jajk0p1jpd2d0"))))
(build-system gnu-build-system)
(native-inputs (list python-wrapper))
(arguments