From 9b1125bc6c2a0fce4572ed324616646ef09e2bc0 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 13 Aug 2018 17:12:23 +0200 Subject: gnu: acpica: Update to 20180810. * gnu/packages/admin.scm (acpica): Update to 20180810. --- gnu/packages/admin.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/admin.scm') 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))) -- cgit v1.2.3