diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-11 13:25:44 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-11 17:48:01 +0100 |
commit | d265e61f50a91c645e72b871a0d6bb0d63d1ec02 (patch) | |
tree | f117d4d942943ec3cea90aa101381702ec0bc6b6 | |
parent | b45ae3bd28b2134fdecac3eef53a54f78795bc93 (diff) | |
download | guix-d265e61f50a91c645e72b871a0d6bb0d63d1ec02.tar.gz guix-d265e61f50a91c645e72b871a0d6bb0d63d1ec02.zip |
gnu: acpica: Update to 20200925.
* gnu/packages/admin.scm (acpica): Update to 20200925.
-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 ba7b46401a..6aa8d8721d 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1842,7 +1842,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") (define-public acpica (package (name "acpica") - (version "20200717") + (version "20200925") (source (origin (method url-fetch) (uri (string-append @@ -1850,7 +1850,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") version ".tar.gz")) (sha256 (base32 - "0jyy71szjr40c8v40qqw6yh3gfk8d6sl3nay69zrn5d88i3r0jca")))) + "18n6129fkgj85piid7v4zxxksv3h0amqp4p977vcl9xg3bq0zd2w")))) (build-system gnu-build-system) (native-inputs `(("flex" ,flex) ("bison" ,bison))) |