From b2054615daf89baa9bcc94546a158d1c76280f20 Mon Sep 17 00:00:00 2001 From: Jesse Eisses Date: Fri, 26 Apr 2024 10:01:57 +0200 Subject: gnu: go-github-com-prometheus-client-golang: Update to 1.17.0. * gnu/packages/golang.scm (go-github-com-prometheus-client-golang): Update to 1.17.0. Signed-off-by: Sharlatan Hellseher Change-Id: I4d3e9d3e61991f94fc2a7bd4b85e7d4010c4b508 --- gnu/packages/golang.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index fe9d84c698..3d119b4221 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -7922,7 +7922,7 @@ system, kernel, and process metrics from the @file{/proc} pseudo file system.") (define-public go-github-com-prometheus-client-golang (package (name "go-github-com-prometheus-client-golang") - (version "1.2.1") + (version "1.17.0") (source (origin (method git-fetch) (uri (git-reference @@ -7931,7 +7931,7 @@ system, kernel, and process metrics from the @file{/proc} pseudo file system.") (file-name (git-file-name name version)) (sha256 (base32 - "0zs49psk23n9z8wrl02d5vib5wclpym8kaxcy6n5pk696i419065")))) + "1v8vdvi9wlpf18nxi62diysfnh9gc3c3cqq6hvx378snsvvl6n82")))) (build-system go-build-system) (arguments '(#:tests? #f -- cgit v1.2.3