guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: acpica: Update to 20200326.


From: guix-commits
Subject: 01/11: gnu: acpica: Update to 20200326.
Date: Sat, 28 Mar 2020 20:25:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 75083257acf00ed9d1d51cecf0b7da02e49a96df
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Mar 29 00:36:17 2020 +0100

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



reply via email to

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