gnu: acpica: Update to 20250807.

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

Change-Id: I707a5259e59084d01346c0fb6a79e4ff7ddbdd15
This commit is contained in:
Maxim Cournoyer 2025-09-03 16:51:56 +09:00
parent 83b292cc44
commit 261a1065d8
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2817,16 +2817,16 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
(define-public acpica
(package
(name "acpica")
(version "2025_04_04")
(version "20250807")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/acpica/acpica")
(commit (string-append "R" version))))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0ihya8k5w9xv2q0vmsp5syf3xihwmv3jxczw5j94fkzdkp52xlzr"))))
(base32 "06jh7y9aimw132hgcivn144rp6br2r30jqizh7hrq3nl589f73ir"))))
(build-system gnu-build-system)
(native-inputs (list flex bison))
(arguments