mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
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
This commit is contained in:
parent
b7800aa34f
commit
2359feb658
1 changed files with 2 additions and 2 deletions
|
@ -7865,7 +7865,7 @@ (define-public go-github-com-delthas-go-localeinfo
|
||||||
(define-public go-github-com-prometheus-common
|
(define-public go-github-com-prometheus-common
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-prometheus-common")
|
(name "go-github-com-prometheus-common")
|
||||||
(version "0.4.1")
|
(version "0.45.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -7874,7 +7874,7 @@ (define-public go-github-com-prometheus-common
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sf4sjdckblz1hqdfvripk3zyp8xq89w7q75kbsyg4c078af896s"))))
|
"006y6mlxglr2xzmdqxl5bwh899whfx1prcgjai7qhhs5ys5dspy5"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/prometheus/common"
|
'(#:import-path "github.com/prometheus/common"
|
||||||
|
|
Loading…
Reference in a new issue