me
/
guix
Archived
1
0
Fork 0

gnu: acpica: Update to 20210604.

* gnu/packages/admin.scm (acpica): Update to 20210604.
master
Tobias Geerinckx-Rice 2021-06-28 15:51:37 +02:00
parent 77c9c5c103
commit c4d9c9cb3f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

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