guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: acpica: Update to 20190703.


From: guix-commits
Subject: 03/03: gnu: acpica: Update to 20190703.
Date: Wed, 10 Jul 2019 17:24:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 347b4c47b463cc5dae8a47f2e15ea4996441d9c6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jul 10 22:43:46 2019 +0200

    gnu: acpica: Update to 20190703.
    
    * gnu/packages/admin.scm (acpica): Update to 20190703.
---
 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 bfa1e7e..0914f13 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1422,7 +1422,7 @@ module slots, and the list of I/O ports (e.g. serial, 
parallel, USB).")
 (define-public acpica
   (package
     (name "acpica")
-    (version "20190509")
+    (version "20190703")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1430,7 +1430,7 @@ module slots, and the list of I/O ports (e.g. serial, 
parallel, USB).")
                     version ".tar.gz"))
               (sha256
                (base32
-                "17cf5jhcy9wqla5c9s08khqg0pxhar2nmwdcja2jf2srl2a5y2w6"))))
+                "0kp3ian3lffx9709ajrr3bp6b9cb6c6v1crjziyr8j8pp639jlwz"))))
     (build-system gnu-build-system)
     (native-inputs `(("flex" ,flex)
                      ("bison" ,bison)))



reply via email to

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