diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-13 17:12:23 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-14 15:54:30 +0200 |
commit | 9b1125bc6c2a0fce4572ed324616646ef09e2bc0 (patch) | |
tree | a096e233662ddc98e9a5015fbbd57c8620e20f1d /gnu/packages/admin.scm | |
parent | b92302fd6cf78079364b2ba51aeceed62315633e (diff) | |
download | patches-9b1125bc6c2a0fce4572ed324616646ef09e2bc0.tar patches-9b1125bc6c2a0fce4572ed324616646ef09e2bc0.tar.gz |
gnu: acpica: Update to 20180810.
* gnu/packages/admin.scm (acpica): Update to 20180810.
Diffstat (limited to 'gnu/packages/admin.scm')
-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 ed14c0fe1e..09d0baf1a7 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1266,7 +1266,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") (define-public acpica (package (name "acpica") - (version "20180629") + (version "20180810") (source (origin (method url-fetch) (uri (string-append @@ -1274,7 +1274,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") version ".tar.gz")) (sha256 (base32 - "0rsh7ya5brpbsj7y44k1z77cvgv3zahiy8hvwvl61d6fh3db7pdp")))) + "01drf32h0v1s8yd414rgc9bavb52yffrwpnbzfxd9sk1lwssr6v7")))) (build-system gnu-build-system) (native-inputs `(("flex" ,flex) ("bison" ,bison))) |