gnu: acpica: Update to 20240827.

* gnu/packages/admin.scm (acpica): Update to 20240827.

Change-Id: Ib058fd1604e3b8797d9630b4f82a2a6716411911
This commit is contained in:
Tobias Geerinckx-Rice 2024-09-08 02:00:00 +02:00
parent 61b6c7ceb1
commit a2c462358e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -2506,15 +2506,15 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
(define-public acpica
(package
(name "acpica")
(version "20230628")
(source (origin
(method url-fetch)
(uri (string-append
"https://downloadmirror.intel.com/783536/acpica-unix2-"
version ".tar.gz"))
(version "20240827")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/acpica/acpica")
(commit (string-append "version-" version))))
(sha256
(base32
"1fmkng72zb0yqp4hfl8a6pqmylixqbpjd43xmi6k3p74x5qiq0h6"))))
(base32 "0dzrdhdgmmr6kqm95avvhr295kj8xi6iwm510lfwaylxzh34ln26"))))
(build-system gnu-build-system)
(native-inputs (list flex bison))
(arguments