guix-commits
[Top][All Lists]
Advanced

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

09/14: gnu: acpid: Update to 2.0.33.


From: guix-commits
Subject: 09/14: gnu: acpid: Update to 2.0.33.
Date: Tue, 12 Oct 2021 20:56:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e19c34e2e374c99f0d6bd8287a60bc02d6560344
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 12 15:46:31 2021 +0200

    gnu: acpid: Update to 2.0.33.
    
    * gnu/packages/linux.scm (acpid): Update to 2.0.33.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1559def..e082000 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4709,14 +4709,14 @@ about ACPI devices.")
 (define-public acpid
   (package
     (name "acpid")
-    (version "2.0.32")
+    (version "2.0.33")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/acpid2/acpid-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0zhmxnhnhg4v1viw82yjr22kram6k5k1ixznhayk8cnw7q5x7lpj"))))
+                "1s6vf8lqwrcqi14k0ww47pk1kifbvxin73ha7mk1njmk7qdzfmh8"))))
     (build-system gnu-build-system)
     (home-page "https://sourceforge.net/projects/acpid2/";)
     (synopsis "Daemon for delivering ACPI events to user-space programs")



reply via email to

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