diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-01 17:42:22 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-04 15:35:44 +0200 |
commit | 84979374c2d3f1b997098c0501dbc7354f4c4303 (patch) | |
tree | 1ba61047a259884b9bf7ed5161085831e3350bf5 /gnu/packages | |
parent | a052d5ab0dc66c70185dad4242918728f6ff661c (diff) | |
download | guix-84979374c2d3f1b997098c0501dbc7354f4c4303.tar.gz guix-84979374c2d3f1b997098c0501dbc7354f4c4303.zip |
gnu: acpica: Update to 20180531.
* gnu/packages/admin.scm (acpica): Update to 20180531.
Diffstat (limited to 'gnu/packages')
-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 2b7bacc266..e7acd5745f 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1260,7 +1260,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") (define-public acpica (package (name "acpica") - (version "20180508") + (version "20180531") (source (origin (method url-fetch) (uri (string-append @@ -1268,7 +1268,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") version ".tar.gz")) (sha256 (base32 - "05fg4gcgs1jhh5ad71q1dr35vh119g8avjdy806q614yvgcwk3sx")))) + "0q7vg1nr51f3rg16vjh4glz361a64r6gpm46fqkl2jf4fq7g43g5")))) (build-system gnu-build-system) (native-inputs `(("flex" ,flex) ("bison" ,bison))) |