gnu: acpica: Update to 20200528.

* gnu/packages/admin.scm (acpica): Update to 20200528.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-03 01:50:22 +02:00
parent ac68ab337c
commit 0792984459
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -1805,7 +1805,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
(define-public acpica
(package
(name "acpica")
(version "20200430")
(version "20200528")
(source (origin
(method url-fetch)
(uri (string-append
@ -1813,7 +1813,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
version ".tar.gz"))
(sha256
(base32
"1hiaz9lrmjzdbi5zl0ajfflja41cixzx2j76iyx02qbjlmy9cfjc"))))
"01ajxnz9dpnvdbib7yv20dw21a1yyfgwiw3whg0xi57cf4app2md"))))
(build-system gnu-build-system)
(native-inputs `(("flex" ,flex)
("bison" ,bison)))