gnu: acpid: Update to 2.0.34.
* gnu/packages/linux.scm (acpid): Update to 2.0.34.
This commit is contained in:
parent
fa7e2978b9
commit
061c45c535
1 changed files with 2 additions and 2 deletions
|
@ -4874,14 +4874,14 @@ about ACPI devices.")
|
|||
(define-public acpid
|
||||
(package
|
||||
(name "acpid")
|
||||
(version "2.0.33")
|
||||
(version "2.0.34")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/acpid2/acpid-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1s6vf8lqwrcqi14k0ww47pk1kifbvxin73ha7mk1njmk7qdzfmh8"))))
|
||||
"0cxkdbd087kj9ikprvvjpk0ixzqbipf2rmj6qyp7r15wzj65q29d"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://sourceforge.net/projects/acpid2/")
|
||||
(synopsis "Daemon for delivering ACPI events to user-space programs")
|
||||
|
|
Reference in a new issue