gnu: acpica: Update to 20210730.
* gnu/packages/admin.scm (acpica): Update to 20210730. [source]: Fix uri field.
This commit is contained in:
parent
650e85d855
commit
4bacf9ced9
1 changed files with 4 additions and 4 deletions
|
@ -2161,15 +2161,15 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
|
||||||
(define-public acpica
|
(define-public acpica
|
||||||
(package
|
(package
|
||||||
(name "acpica")
|
(name "acpica")
|
||||||
(version "20210604")
|
(version "20210730")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://acpica.org/sites/acpica/files/acpica-unix2-"
|
"https://acpica.org/sites/acpica/files/acpica-unix-"
|
||||||
version ".tar_0.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wsgg6fx7bhbpfzhbpbq2r7jpmv4c4n7v0zidbh25swrz7kfgpwz"))))
|
"1pmm977nyl3bs71ipzcl4dh30qm8x9wm2p2ml0m62rl62kai832a"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("flex" ,flex)
|
(native-inputs `(("flex" ,flex)
|
||||||
("bison" ,bison)))
|
("bison" ,bison)))
|
||||||
|
|
Reference in a new issue