mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: acpica: Update to 20250807.
* gnu/packages/admin.scm (acpica): Update to 20250807. Change-Id: I707a5259e59084d01346c0fb6a79e4ff7ddbdd15
This commit is contained in:
parent
83b292cc44
commit
261a1065d8
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue