diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-20 02:46:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-20 03:26:20 +0100 |
commit | 67c72c8c705fe491c82eee960acf200ae7281cd6 (patch) | |
tree | bfdcc99566d0182971dd9a2ee40b4725430d8a15 /gnu | |
parent | 82ae16b7b89cbf5e1015a8919b20c07d9d917467 (diff) | |
download | guix-67c72c8c705fe491c82eee960acf200ae7281cd6.tar.gz |
gnu: acpica: Update to 20211217.
* gnu/packages/admin.scm (acpica): Update to 20211217.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 3b1a998452..d59b67fcf0 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2172,7 +2172,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") (define-public acpica (package (name "acpica") - (version "20210930") + (version "20211217") (source (origin (method url-fetch) (uri (string-append @@ -2180,7 +2180,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") version ".tar.gz")) (sha256 (base32 - "06wsrl1118sl9z76p9sh53zvzv5hpm82qks896d8slx5dgnzrrll")))) + "0521hmaw2zhi0mpgnaf2i83dykfgql4bx98cg7xqy8wmj649z194")))) (build-system gnu-build-system) (native-inputs (list flex bison)) (arguments |