gnu: acpica: Update to 20240827.
* gnu/packages/admin.scm (acpica): Update to 20240827. Change-Id: Ib058fd1604e3b8797d9630b4f82a2a6716411911
This commit is contained in:
parent
61b6c7ceb1
commit
a2c462358e
@ -2506,15 +2506,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 "20230628")
|
(version "20240827")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append
|
(method git-fetch)
|
||||||
"https://downloadmirror.intel.com/783536/acpica-unix2-"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/acpica/acpica")
|
||||||
|
(commit (string-append "version-" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0dzrdhdgmmr6kqm95avvhr295kj8xi6iwm510lfwaylxzh34ln26"))))
|
||||||
"1fmkng72zb0yqp4hfl8a6pqmylixqbpjd43xmi6k3p74x5qiq0h6"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list flex bison))
|
(native-inputs (list flex bison))
|
||||||
(arguments
|
(arguments
|
||||||
|
Loading…
Reference in New Issue
Block a user