summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-02-24 14:48:48 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-02-24 17:51:29 +0100
commited7dc85717066b389fd74331b0054a64941692bb (patch)
treead199aa7728977dbcace27a9d09be24ce6747db8
parenteea4a0910c8f09f383a5314ce08609a95969d783 (diff)
downloadpatches-ed7dc85717066b389fd74331b0054a64941692bb.tar
patches-ed7dc85717066b389fd74331b0054a64941692bb.tar.gz
gnu: acpid: Update to 2.0.31.
* gnu/packages/linux.scm (acpid): Update to 2.0.31.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 44d9b322aa..02d17c6794 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2780,14 +2780,14 @@ about ACPI devices.")
(define-public acpid
(package
(name "acpid")
- (version "2.0.30")
+ (version "2.0.31")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/acpid2/acpid-"
version ".tar.xz"))
(sha256
(base32
- "1jzl7hiaspr5xkmsrbl69bib8cs3dp6bq5ix58fbskpnsdi7pdr8"))))
+ "1hrc0xm6q12knbgzhq0i8g2rfrkwcvh1asd7k9rs3nc5xmlwd7gw"))))
(build-system gnu-build-system)
(home-page "https://sourceforge.net/projects/acpid2/")
(synopsis "Daemon for delivering ACPI events to user-space programs")