nckx pushed a commit to branch master
in repository guix.
commit 2cced18b7691b495836560807791033141df5d9f
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Mon Oct 4 17:25:42 2021 +0200
gnu: acpica: Update to 20210930.
* gnu/packages/admin.scm (acpica): Update to 20210930.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 192bd62..f7321f4 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2144,7 +2144,7 @@ module slots, and the list of I/O ports (e.g. serial,
parallel, USB).")
(define-public acpica
(package
(name "acpica")
- (version "20210730")
+ (version "20210930")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2152,7 +2152,7 @@ module slots, and the list of I/O ports (e.g. serial,
parallel, USB).")
version ".tar.gz"))
(sha256
(base32
- "02z0492vrpk001m7xcy72lp7sd968lja3wp6jn3q6k9nm46h4v7h"))))
+ "06wsrl1118sl9z76p9sh53zvzv5hpm82qks896d8slx5dgnzrrll"))))
(build-system gnu-build-system)
(native-inputs `(("flex" ,flex)
("bison" ,bison)))