apteryx pushed a commit to branch master
in repository guix.
commit 81c2355d9c315fc2156b17673bc4d830d1e433e0
Author: Sergiu Ivanov <[email protected]>
AuthorDate: Wed May 29 19:29:42 2024 +0100
gnu: volctl: Update to 0.9.4.
* gnu/packages/gtk.scm (volctl): Update to 0.9.4.
Change-Id: I70e85592405d574b692398e6d71d235219fb6fe9
Signed-off-by: Maxim Cournoyer <[email protected]>
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 1c78a969f6..56763cd835 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2904,7 +2904,7 @@ user interaction (e.g. measuring distances).")
(define-public volctl
(package
(name "volctl")
- (version "0.9.3")
+ (version "0.9.4")
(source (origin
(method git-fetch)
(uri (git-reference (url "https://github.com/buzz/volctl")
@@ -2912,7 +2912,7 @@ user interaction (e.g. measuring distances).")
(file-name (git-file-name name version))
(sha256
(base32
- "0fz80w3ywq54jn4v31frfdj01s5g9lz6v9cd7hpg3kirca0zisln"))))
+ "0anrwz8rvbliskmcgpw2zabgjj5c72hpi7cf0jg05vvmlpnbsd4g"))))
(build-system python-build-system)
(arguments
`(#:phases