cbaines pushed a commit to branch master
in repository guix.
commit 9d3ce0c408a66433f0ce56ec2ca9dddf966e626d
Author: kiasoc5 <[email protected]>
AuthorDate: Thu Jun 15 23:36:09 2023 -0400
gnu: batsignal: Update to 1.6.4.
* gnu/packages/monitoring.scm (batsignal): Update to 1.6.4.
Signed-off-by: Christopher Baines <[email protected]>
---
gnu/packages/monitoring.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index d36ba707c7..ce41791672 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -791,7 +791,7 @@ provides a simple Python client for the StatsD daemon.")
(define-public batsignal
(package
(name "batsignal")
- (version "1.6.0")
+ (version "1.6.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -800,7 +800,7 @@ provides a simple Python client for the StatsD daemon.")
(file-name (git-file-name name version))
(sha256
(base32
- "0b1j6mljnqgxwr3id3r9shzhsjk5r0qdh9cxkvy1dm4kzbyc4dxq"))))
+ "0f8jabql70nxkslgxd8pcfllqy4bnbf1c19rcri0dp054aszk637"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags