diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-22 23:37:54 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 19:45:55 +0100 |
commit | 401298ba9449aca2a3a31e527a073c818f188d46 (patch) | |
tree | 5791cac3d77d52540a3b6e61c806ed2bc734d732 | |
parent | 3bedd9f40f32a01357db642c4ea5738e1299da2c (diff) | |
download | guix-401298ba9449aca2a3a31e527a073c818f188d46.tar.gz guix-401298ba9449aca2a3a31e527a073c818f188d46.zip |
gnu: acpica: Update to 20191213.
* gnu/packages/admin.scm (acpica): Update to 20191213.
-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 fa490218af..d82dc542d4 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1583,7 +1583,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") (define-public acpica (package (name "acpica") - (version "20191018") + (version "20191213") (source (origin (method url-fetch) (uri (string-append @@ -1591,7 +1591,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") version ".tar.gz")) (sha256 (base32 - "0k6xr9v46pnw8kl7jh23zfafs2vq3gk2sgkmjdf9a8jx8n3aifgd")))) + "1106d5b7q8jlgc2z0gz83jdah1yml4fz5z0jjcs7a52pv00c9am8")))) (build-system gnu-build-system) (native-inputs `(("flex" ,flex) ("bison" ,bison))) |