[PATCH] gnu: batsignal: Update to 1.6.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Christopher Baines
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
26b299c9dcc8ce27ef31b700147eccf92d16523d.1686886569.git.kiasoc5@disroot.org
* gnu/packages/monitoring.scm (batsignal): Update to 1.6.4.
---
gnu/packages/monitoring.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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 @@ (define-public python-statsd
(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 @@ (define-public batsignal
(file-name (git-file-name name version))
(sha256
(base32
- "0b1j6mljnqgxwr3id3r9shzhsjk5r0qdh9cxkvy1dm4kzbyc4dxq"))))
+ "0f8jabql70nxkslgxd8pcfllqy4bnbf1c19rcri0dp054aszk637"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags

base-commit: 31336e9f5d68512a9c1c6826bce9f17c892a2125
--
2.41.0
Christopher Baines wrote 2 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)
87352lom7o.fsf@cbaines.net
kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (5 lines)
> * gnu/packages/monitoring.scm (batsignal): Update to 1.6.4.
> ---
> gnu/packages/monitoring.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed it to master as
9d3ce0c408a66433f0ce56ec2ca9dddf966e626d.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSSGotfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XeAVg/9Hu+vLjat7/uEU80UWWP369XJkaRXPxdl
i+E3VwhmMKOwffWszW+IfUJzyePPSjE5a4QJJ2KPxSSgR6Fr4QLQDyWe/CBxxfkU
OP7R6Sx7oBQyep8i2X1nqDv60Psu1xrBiwfcTnrXh+Ow6vF4U0L7v2LSyxVkKiv6
B+4YErCZHNBXHpEOWl5tGahFakZrlNq7FE7l/1l6PStdxAAshnTZoHL5joO+kV4t
EGqJUKJQ49s3H2kmQWyPGyDSrKB0wWma/5VROShMwdGcBkeJ4EhMH989SqXn4bm7
AP0CrUlWzQcmeY38cZu5iy0AwWcNTzo8pVHye5JeJvqNRm0aE+Ty2i1/J+x2f48M
TyIEnpZea/1pzoA3Kn9edZtrsiCmoL/eTK4iEEvykyFhxyxmKgjboRPRhyrRgn/r
JH4nVlVQhkty6JqVW+RVHk9eqe4mB7RLHGoHM6/YpFwg3uW/6tpXx0j3Fihr7O4R
iIU6rh74Pf2DdjPGq24cLuy9LF6sVCj62gaerlAMMTTDfs1FuU0JT072IWZE79ii
6gQCATUowOvtepN/2f/akM/rbE3W6j751F1En01i+gdQVlOk98bh+o0SlpBSDNI1
iSkIf6vfP2oVovgWVAf9rpzt6h8gxIJNTR9VoamsRsQ2achSNz4tBx2BPGmp+97u
PO4MqSi+/WU=
=Sl9b
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64093@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64093
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help