guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: acpica: Update to 20210730.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: acpica: Update to 20210730.
Date: Mon, 20 Sep 2021 05:37:21 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 4bacf9c  gnu: acpica: Update to 20210730.
4bacf9c is described below

commit 4bacf9ced94540d71f7590227fcb84d6f6eebc89
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Sep 20 09:36:36 2021 +0000

    gnu: acpica: Update to 20210730.
    
    * gnu/packages/admin.scm (acpica): Update to 20210730.
    [source]: Fix uri field.
---
 gnu/packages/admin.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 0d61e37..aad8586 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2161,15 +2161,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"))
+                    "https://acpica.org/sites/acpica/files/acpica-unix-";
+                    version ".tar.gz"))
               (sha256
                (base32
-                "1wsgg6fx7bhbpfzhbpbq2r7jpmv4c4n7v0zidbh25swrz7kfgpwz"))))
+                "1pmm977nyl3bs71ipzcl4dh30qm8x9wm2p2ml0m62rl62kai832a"))))
     (build-system gnu-build-system)
     (native-inputs `(("flex" ,flex)
                      ("bison" ,bison)))



reply via email to

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