diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-04 17:25:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-04 21:21:10 +0200 |
commit | 2cced18b7691b495836560807791033141df5d9f (patch) | |
tree | d2ebbc7170273bce51f5527fcdb8e5d0e843ed0c /gnu | |
parent | a91ad29d172132c99557ed86aaed7fff16c14c8f (diff) | |
download | guix-2cced18b7691b495836560807791033141df5d9f.tar.gz guix-2cced18b7691b495836560807791033141df5d9f.zip |
gnu: acpica: Update to 20210930.
* gnu/packages/admin.scm (acpica): Update to 20210930.
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 192bd623bb..f7321f4f3d 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))) |