guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: acpica: Update to 20211217.


From: guix-commits
Subject: 07/07: gnu: acpica: Update to 20211217.
Date: Sun, 19 Dec 2021 21:25:48 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 67c72c8c705fe491c82eee960acf200ae7281cd6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Dec 20 02:46:03 2021 +0100

    gnu: acpica: Update to 20211217.
    
    * gnu/packages/admin.scm (acpica): Update to 20211217.
---
 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 3b1a998..d59b67f 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2172,7 +2172,7 @@ module slots, and the list of I/O ports (e.g. serial, 
parallel, USB).")
 (define-public acpica
   (package
     (name "acpica")
-    (version "20210930")
+    (version "20211217")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2180,7 +2180,7 @@ module slots, and the list of I/O ports (e.g. serial, 
parallel, USB).")
                     version ".tar.gz"))
               (sha256
                (base32
-                "06wsrl1118sl9z76p9sh53zvzv5hpm82qks896d8slx5dgnzrrll"))))
+                "0521hmaw2zhi0mpgnaf2i83dykfgql4bx98cg7xqy8wmj649z194"))))
     (build-system gnu-build-system)
     (native-inputs (list flex bison))
     (arguments



reply via email to

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