rosenthal: prometheus-bin: Update to 3.12.0.

* modules/rosenthal/packages/binaries.scm (prometheus-bin): Update to 3.12.0.
This commit is contained in:
Hilton Chain 2026-05-30 11:14:30 +08:00
parent 506a39e83a
commit 5a5dffb983
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -450,7 +450,7 @@ metrics no matter where they are stored.")
(define-public prometheus-bin (define-public prometheus-bin
(package (package
(name "prometheus-bin") (name "prometheus-bin")
(version "3.11.2") (version "3.12.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/prometheus/prometheus" (uri (string-append "https://github.com/prometheus/prometheus"
@ -458,7 +458,7 @@ metrics no matter where they are stored.")
"/prometheus-" version ".linux-amd64.tar.gz")) "/prometheus-" version ".linux-amd64.tar.gz"))
(sha256 (sha256
(base32 (base32
"19j4l46k8vwsdzifk17sn5ajdrdj3zdvs9rd60lr640dx4gflhzn")))) "0rw8mq0akmzgfnx9v4y4ib0dlhchwgvxgvbqrfp78grhwpw4gni0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:tests? (not (%current-target-system)) (list #:tests? (not (%current-target-system))