guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: acpica: Update to 20210331.


From: guix-commits
Subject: 04/04: gnu: acpica: Update to 20210331.
Date: Sun, 11 Apr 2021 12:08:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4ebf6ccb3ecf2996ce5bb8719c2c851298833f19
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Apr 11 17:18:50 2021 +0200

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



reply via email to

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