guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: acpica: Update to 20210105.


From: guix-commits
Subject: 03/11: gnu: acpica: Update to 20210105.
Date: Thu, 14 Jan 2021 10:20:51 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ee858defb2a16f31d9cf10dbaa2b6a5fb54e0747
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jan 14 09:40:18 2021 +0100

    gnu: acpica: Update to 20210105.
    
    * gnu/packages/admin.scm (acpica): Update to 20210105.
---
 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 d1a3a71..1b88cdd 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1862,7 +1862,7 @@ module slots, and the list of I/O ports (e.g. serial, 
parallel, USB).")
 (define-public acpica
   (package
     (name "acpica")
-    (version "20201217")
+    (version "20210105")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1870,7 +1870,7 @@ module slots, and the list of I/O ports (e.g. serial, 
parallel, USB).")
                     version ".tar.gz"))
               (sha256
                (base32
-                "06rdpfjmij5nni1x2wi1gnalhsza5yxq1viskjm9r11wmsjnxm2a"))))
+                "1gi7qzfywg118g5nlqn5lawxk25pg2sz01gmbz40vvmikks4ri9r"))))
     (build-system gnu-build-system)
     (native-inputs `(("flex" ,flex)
                      ("bison" ,bison)))



reply via email to

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