me
/
guix
Archived
1
0
Fork 0

gnu: acpica: Update to 20210730.

* gnu/packages/admin.scm (acpica): Update to 20210730.
master
Tobias Geerinckx-Rice 2021-09-24 17:48:01 +02:00
parent f97d1ce1e1
commit f25304236a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -2144,15 +2144,15 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
(define-public acpica
(package
(name "acpica")
(version "20210604")
(version "20210730")
(source (origin
(method url-fetch)
(uri (string-append
"https://acpica.org/sites/acpica/files/acpica-unix2-"
version ".tar_0.gz"))
version ".tar.gz"))
(sha256
(base32
"1wsgg6fx7bhbpfzhbpbq2r7jpmv4c4n7v0zidbh25swrz7kfgpwz"))))
"02z0492vrpk001m7xcy72lp7sd968lja3wp6jn3q6k9nm46h4v7h"))))
(build-system gnu-build-system)
(native-inputs `(("flex" ,flex)
("bison" ,bison)))