summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndrew Wong <wongandj@icloud.com>2025-04-23 22:22:13 -0400
committerChristopher Baines <mail@cbaines.net>2025-04-27 13:14:41 +0100
commit190db4d5c564c891f2f4ef79a198fdafa081903e (patch)
tree6cb1d0797b67bad88b39daf4863d8b8c943e31d5 /gnu
parent03d8f9c7870e9aff089ec885cd4d88863522b927 (diff)
gnu: acpica: Update to 2025_04_04.
* gnu/packages/admin.scm (acpica): Update to 2025_04_04. [source]<origin>(commit): Update version tag prefix. Change-Id: I58973f77655033462188818733cae1d989a49632 Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/admin.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index d7ae9268090..bd4c9c1c3ca 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2764,16 +2764,16 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
(define-public acpica
(package
(name "acpica")
- (version "20240827")
+ (version "2025_04_04")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/acpica/acpica")
- (commit (string-append "version-" version))))
+ (commit (string-append "R" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0dzrdhdgmmr6kqm95avvhr295kj8xi6iwm510lfwaylxzh34ln26"))))
+ (base32 "0ihya8k5w9xv2q0vmsp5syf3xihwmv3jxczw5j94fkzdkp52xlzr"))))
(build-system gnu-build-system)
(native-inputs (list flex bison))
(arguments