me
/
guix
Archived
1
0
Fork 0

gnu: acpica: Update to 20210331.

* gnu/packages/admin.scm (acpica): Update to 20210331.
master
Tobias Geerinckx-Rice 2021-04-11 17:18:50 +02:00
parent 50ad53c711
commit 4ebf6ccb3e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1995,7 +1995,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
(define-public acpica
(package
(name "acpica")
(version "20210105")
(version "20210331")
(source (origin
(method url-fetch)
(uri (string-append
@ -2003,7 +2003,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
version ".tar.gz"))
(sha256
(base32
"1gi7qzfywg118g5nlqn5lawxk25pg2sz01gmbz40vvmikks4ri9r"))))
"1h98pvc9iy1c49cid0ppjwk5zsy2m1xbvfqb72pkwkrd4rn35arx"))))
(build-system gnu-build-system)
(native-inputs `(("flex" ,flex)
("bison" ,bison)))