guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: acpica: Update to 20210730.


From: guix-commits
Subject: 03/06: gnu: acpica: Update to 20210730.
Date: Fri, 24 Sep 2021 11:49:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f25304236ac44e45308d91a3838854dbfd293169
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 24 17:48:01 2021 +0200

    gnu: acpica: Update to 20210730.
    
    * gnu/packages/admin.scm (acpica): Update to 20210730.
---
 gnu/packages/admin.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index fe73ba9..9ee371b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2144,15 +2144,15 @@ module slots, and the list of I/O ports (e.g. serial, 
parallel, USB).")
 (define-public acpica
   (package
     (name "acpica")
-    (version "20210604")
+    (version "20210730")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "https://acpica.org/sites/acpica/files/acpica-unix2-";
-                    version ".tar_0.gz"))
+                    version ".tar.gz"))
               (sha256
                (base32
-                "1wsgg6fx7bhbpfzhbpbq2r7jpmv4c4n7v0zidbh25swrz7kfgpwz"))))
+                "02z0492vrpk001m7xcy72lp7sd968lja3wp6jn3q6k9nm46h4v7h"))))
     (build-system gnu-build-system)
     (native-inputs `(("flex" ,flex)
                      ("bison" ,bison)))



reply via email to

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