diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-22 21:42:40 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-23 17:58:31 +0200 |
commit | b928c5874aae7b4103ad100d8f46975d4611e284 (patch) | |
tree | 29527edfc5dda1dff7fff133461d0431fd9849d4 | |
parent | 3dd3ac4d83db0609e10637e9d21d7abb2198398d (diff) | |
download | guix-b928c5874aae7b4103ad100d8f46975d4611e284.tar.gz |
gnu: acpid: Update to 2.0.32.
* gnu/packages/linux.scm (acpid): Update to 2.0.32.
-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 59874b097c..95f7d56e41 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") |