me
/
guix
Archived
1
0
Fork 0

gnu: acpica: Update to 20200430.

* gnu/packages/admin.scm (acpica): Update to 20200430.
master
Tobias Geerinckx-Rice 2020-05-17 05:09:19 +02:00
parent 720855b5c5
commit c1ca686bc8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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