guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/16: gnu: batsignal: Update to 1.8.0.


From: guix-commits
Subject: 06/16: gnu: batsignal: Update to 1.8.0.
Date: Wed, 14 Feb 2024 16:15:41 -0500 (EST)

podiki pushed a commit to branch master
in repository guix.

commit b8b149eb37718aea4f80aa47a3d1cd1854278abf
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sat Feb 10 23:35:29 2024 -0500

    gnu: batsignal: Update to 1.8.0.
    
    * gnu/packages/monitoring.scm (batsignal): Update to 1.8.0.
    
    Change-Id: I4870ea2e733326dbd4046f9a3c225fb05ffdbefa
    Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
---
 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 e77ae19194..ad9af078eb 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -789,7 +789,7 @@ provides a simple Python client for the StatsD daemon.")
 (define-public batsignal
   (package
     (name "batsignal")
-    (version "1.6.4")
+    (version "1.8.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -798,7 +798,7 @@ provides a simple Python client for the StatsD daemon.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0f8jabql70nxkslgxd8pcfllqy4bnbf1c19rcri0dp054aszk637"))))
+                "0l6j873l1l0al95zl9ihxzrmy9r11pfm269gydlx8pps4gdisy6a"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]