guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/18: gnu: acpica: Update to 20180531.


From: Tobias Geerinckx-Rice
Subject: 02/18: gnu: acpica: Update to 20180531.
Date: Mon, 4 Jun 2018 09:38:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 84979374c2d3f1b997098c0501dbc7354f4c4303
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jun 1 17:42:22 2018 +0200

    gnu: acpica: Update to 20180531.
    
    * gnu/packages/admin.scm (acpica): Update to 20180531.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 2b7bacc..e7acd57 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]