diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-01 08:23:42 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-01 18:03:38 +0100 |
commit | 70c8b1ec300f3fe9144837988cabd83f91287cab (patch) | |
tree | 368064250559afe08cf8e62685b5601f3d6a3584 /gnu/packages | |
parent | 81bb55459af85c408977470673e718ed1c0d6a25 (diff) | |
download | guix-70c8b1ec300f3fe9144837988cabd83f91287cab.tar.gz guix-70c8b1ec300f3fe9144837988cabd83f91287cab.zip |
gnu: acpica: Update to 20190215.
* gnu/packages/admin.scm (acpica): Update to 20190215.
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 36a76186f6..0c3f8b486e 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1284,7 +1284,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") (define-public acpica (package (name "acpica") - (version "20180810") + (version "20190215") (source (origin (method url-fetch) (uri (string-append @@ -1292,7 +1292,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") version ".tar.gz")) (sha256 (base32 - "01drf32h0v1s8yd414rgc9bavb52yffrwpnbzfxd9sk1lwssr6v7")))) + "1iy2zwi8aicq0b5a0phfacvk1f9z1d89cx43adcf0qh82gb9m4wg")))) (build-system gnu-build-system) (native-inputs `(("flex" ,flex) ("bison" ,bison))) |