diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:00 +0200 |
commit | 061c45c535f2ac4c320a5e0c9de0966f180617e1 (patch) | |
tree | f7d55febf79a5e507a474817cce065218dbd3af9 /gnu | |
parent | fa7e2978b9606ba955c99a2e7d78333fa3f29c65 (diff) | |
download | guix-061c45c535f2ac4c320a5e0c9de0966f180617e1.tar guix-061c45c535f2ac4c320a5e0c9de0966f180617e1.tar.gz |
gnu: acpid: Update to 2.0.34.
* gnu/packages/linux.scm (acpid): Update to 2.0.34.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 6031535f00..6cdd3a548c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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") |