me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-prometheus-common: Update to 0.45.0.

* gnu/packages/golang.scm (go-github-com-prometheus-common): Update to
0.45.0.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ic03cdaf87253df869e1d791336189032fac0d625
master
Jesse Eisses 2024-04-26 10:01:56 +02:00 committed by Sharlatan Hellseher
parent b7800aa34f
commit 2359feb658
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 2 additions and 2 deletions

View File

@ -7865,7 +7865,7 @@ formatting information, rather than the current locale name.")
(define-public go-github-com-prometheus-common
(package
(name "go-github-com-prometheus-common")
(version "0.4.1")
(version "0.45.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -7874,7 +7874,7 @@ formatting information, rather than the current locale name.")
(file-name (git-file-name name version))
(sha256
(base32
"0sf4sjdckblz1hqdfvripk3zyp8xq89w7q75kbsyg4c078af896s"))))
"006y6mlxglr2xzmdqxl5bwh899whfx1prcgjai7qhhs5ys5dspy5"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/prometheus/common"