me
/
guix
Archived
1
0
Fork 0

gnu: acpica: Update to 20200925.

* gnu/packages/admin.scm (acpica): Update to 20200925.
master
Tobias Geerinckx-Rice 2020-11-11 13:25:44 +01:00
parent b45ae3bd28
commit d265e61f50
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1842,7 +1842,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
(define-public acpica
(package
(name "acpica")
(version "20200717")
(version "20200925")
(source (origin
(method url-fetch)
(uri (string-append
@ -1850,7 +1850,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
version ".tar.gz"))
(sha256
(base32
"0jyy71szjr40c8v40qqw6yh3gfk8d6sl3nay69zrn5d88i3r0jca"))))
"18n6129fkgj85piid7v4zxxksv3h0amqp4p977vcl9xg3bq0zd2w"))))
(build-system gnu-build-system)
(native-inputs `(("flex" ,flex)
("bison" ,bison)))