summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-12 15:46:31 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-13 01:20:20 +0200
commite19c34e2e374c99f0d6bd8287a60bc02d6560344 (patch)
treec7c2f35e3349a66484523d006f84028b044e2efa /gnu/packages
parent27238d45309583ff920c8fe3c9e1b9f702b0ca93 (diff)
downloadguix-patches-e19c34e2e374c99f0d6bd8287a60bc02d6560344.tar
guix-patches-e19c34e2e374c99f0d6bd8287a60bc02d6560344.tar.gz
gnu: acpid: Update to 2.0.33.
* gnu/packages/linux.scm (acpid): Update to 2.0.33.
Diffstat (limited to 'gnu/packages')
-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 1559defbe1..e0820004f2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4709,14 +4709,14 @@ about ACPI devices.")
(define-public acpid
(package
(name "acpid")
- (version "2.0.32")
+ (version "2.0.33")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/acpid2/acpid-"
version ".tar.xz"))
(sha256
(base32
- "0zhmxnhnhg4v1viw82yjr22kram6k5k1ixznhayk8cnw7q5x7lpj"))))
+ "1s6vf8lqwrcqi14k0ww47pk1kifbvxin73ha7mk1njmk7qdzfmh8"))))
(build-system gnu-build-system)
(home-page "https://sourceforge.net/projects/acpid2/")
(synopsis "Daemon for delivering ACPI events to user-space programs")