guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: acpid: Update to 2.0.32.


From: guix-commits
Subject: 01/05: gnu: acpid: Update to 2.0.32.
Date: Mon, 23 Sep 2019 11:59:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b928c5874aae7b4103ad100d8f46975d4611e284
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Sep 22 21:42:40 2019 +0200

    gnu: acpid: Update to 2.0.32.
    
    * gnu/packages/linux.scm (acpid): Update to 2.0.32.
---
 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 59874b0..95f7d56 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3301,14 +3301,14 @@ about ACPI devices.")
 (define-public acpid
   (package
     (name "acpid")
-    (version "2.0.31")
+    (version "2.0.32")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/acpid2/acpid-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1hrc0xm6q12knbgzhq0i8g2rfrkwcvh1asd7k9rs3nc5xmlwd7gw"))))
+                "0zhmxnhnhg4v1viw82yjr22kram6k5k1ixznhayk8cnw7q5x7lpj"))))
     (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]