1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: prometheus-postgres-exporter: Update to 0.19.1.

* gnu/packages/monitoring.scm (prometheus-postgres-exporter): Update to 0.19.1.

Change-Id: I5fbf60a7901ed83d4442cb6357b52dd685e56f0b
This commit is contained in:
Sharlatan Hellseher
2026-02-25 15:55:43 +00:00
parent a6ed5f26c7
commit c09ce8da54

View File

@@ -955,7 +955,7 @@ written in Go with pluggable metric collectors.")
(define-public prometheus-postgres-exporter
(package
(name "prometheus-postgres-exporter")
(version "0.17.1")
(version "0.19.1")
(source
(origin
(method git-fetch)
@@ -964,7 +964,7 @@ written in Go with pluggable metric collectors.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "13ln3lf1arcpj39dz8syfngqyq1my1gs7qrwcng69gb4lg7wpf8p"))))
(base32 "10vjg5y5ycf921hn4sb8a0a5aibk09rwsp51ksix0cglhqnia5b7"))))
(build-system go-build-system)
(arguments
(list