guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: acpica: Update to 20200430.


From: guix-commits
Subject: 01/05: gnu: acpica: Update to 20200430.
Date: Sun, 17 May 2020 08:13:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c1ca686bc8b227e9bb17ba533097aa3de02436dd
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun May 17 05:09:19 2020 +0200

    gnu: acpica: Update to 20200430.
    
    * gnu/packages/admin.scm (acpica): Update to 20200430.
---
 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 9822ba8..8182544 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1691,7 +1691,7 @@ module slots, and the list of I/O ports (e.g. serial, 
parallel, USB).")
 (define-public acpica
   (package
     (name "acpica")
-    (version "20200326")
+    (version "20200430")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1699,7 +1699,7 @@ module slots, and the list of I/O ports (e.g. serial, 
parallel, USB).")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0y08l6djjn87jmsp5kj0myjdb48000g20xlfs0a22jzzi383h3by"))))
+                "1hiaz9lrmjzdbi5zl0ajfflja41cixzx2j76iyx02qbjlmy9cfjc"))))
     (build-system gnu-build-system)
     (native-inputs `(("flex" ,flex)
                      ("bison" ,bison)))



reply via email to

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