me
/
guix
Archived
1
0
Fork 0

gnu: acpid: Update to 2.0.33.

* gnu/packages/linux.scm (acpid): Update to 2.0.33.
master
Tobias Geerinckx-Rice 2021-10-12 15:46:31 +02:00
parent 27238d4530
commit e19c34e2e3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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