guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: acpica: Update to 20180629.


From: Tobias Geerinckx-Rice
Subject: 03/04: gnu: acpica: Update to 20180629.
Date: Mon, 2 Jul 2018 14:20:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8ef7ecf4696846e747570a0b66226bf3accf9d76
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jul 2 19:47:47 2018 +0200

    gnu: acpica: Update to 20180629.
    
    * gnu/packages/admin.scm (acpica): Update to 20180629.
---
 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 f00bcd8..4a998e0 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1261,7 +1261,7 @@ module slots, and the list of I/O ports (e.g. serial, 
parallel, USB).")
 (define-public acpica
   (package
     (name "acpica")
-    (version "20180531")
+    (version "20180629")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1269,7 +1269,7 @@ module slots, and the list of I/O ports (e.g. serial, 
parallel, USB).")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0q7vg1nr51f3rg16vjh4glz361a64r6gpm46fqkl2jf4fq7g43g5"))))
+                "0rsh7ya5brpbsj7y44k1z77cvgv3zahiy8hvwvl61d6fh3db7pdp"))))
     (build-system gnu-build-system)
     (native-inputs `(("flex" ,flex)
                      ("bison" ,bison)))



reply via email to

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