guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: acpid: Update to 2.0.28.


From: Marius Bakke
Subject: 01/01: gnu: acpid: Update to 2.0.28.
Date: Fri, 3 Mar 2017 11:58:35 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 169a438c0f8eca3d1582066f9285b542ea2c07bc
Author: Marius Bakke <address@hidden>
Date:   Fri Mar 3 17:57:11 2017 +0100

    gnu: acpid: Update to 2.0.28.
    
    * gnu/packages/linux.scm (acpid): Update to 2.0.28.
---
 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 d239d4e..6e08473 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2338,14 +2338,14 @@ about ACPI devices.")
 (define-public acpid
   (package
     (name "acpid")
-    (version "2.0.23")
+    (version "2.0.28")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/acpid2/acpid-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1vl7c6vc724v4jwki17czgj6lnrknnj1a6llm8gkl32i2gnam5j3"))))
+                "043igasvp1l6nv5rzh4sksmymay2qn20anl4zm4zvwnkn1a3l34q"))))
     (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]