[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: acpica: Update to 20150410.
From: |
Mark H. Weaver |
Subject: |
02/03: gnu: acpica: Update to 20150410. |
Date: |
Sun, 03 May 2015 15:08:03 +0000 |
mhw pushed a commit to branch master
in repository guix.
commit 2036a6484e3db351c2ef7ae1b6396d2dfabfe52d
Author: Mark H Weaver <address@hidden>
Date: Tue Apr 28 00:44:51 2015 -0400
gnu: acpica: Update to 20150410.
* gnu/packages/admin.scm (acpica): Update to 20150410.
---
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 d51f2ba..319bfad 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -872,7 +872,7 @@ module slots, and the list of I/O ports (e.g. serial,
parallel, USB).")
(define-public acpica
(package
(name "acpica")
- (version "20140724")
+ (version "20150410")
(source (origin
(method url-fetch)
(uri (string-append
@@ -880,7 +880,7 @@ module slots, and the list of I/O ports (e.g. serial,
parallel, USB).")
version ".tar.gz"))
(sha256
(base32
- "01vdgrh7dsxrrvg5yd8sxm63cw8210pnsi5qg9g15ac53gn243ac"))))
+ "0q1fjwkyw9x6gsva6fd0zbn7ly4fx0ha4853f416np9kf2irillw"))))
(build-system gnu-build-system)
(native-inputs `(("flex" ,flex)
("bison" ,bison)))