mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: go-github-com-prometheus-common: Update to 0.55.0.
* gnu/packages/golang.scm (go-github-com-prometheus-common): Update to 0.55.0. [propagated-inputs]: Remove go-github-com-golang-protobuf and go-github-com-matttproud-golang-protobuf-extensions-v2; add go-github-com-alecthomas-kingpin-v2, go-github-com-go-kit-log, go-github-com-google-go-cmp, go-github-com-julienschmidt-httprouter, go-github-com-munnerz-goautoneg, go-github-com-mwitkow-go-conntrack, go-golang-org-x-net, go-golang-org-x-oauth2, go-google-golang-org-protobuf, and go-gopkg-in-yaml-v2. [native-inputs]: Add go-github-com-stretchr-testify. Change-Id: Ia4550bffb8f49a764e058e4f98a91d9e7dc96021
This commit is contained in:
parent
a1cf6f78fd
commit
27a387a152
1 changed files with 15 additions and 5 deletions
|
@ -7352,7 +7352,7 @@ formatting information, rather than the current locale name.")
|
||||||
(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.45.0")
|
(version "0.55.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -7361,7 +7361,7 @@ formatting information, rather than the current locale name.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"006y6mlxglr2xzmdqxl5bwh899whfx1prcgjai7qhhs5ys5dspy5"))
|
"0bsbxil7qz8rhckhv0844nmn38g7i7347cjv5m6na47hbdpi0rqh"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
|
@ -7380,10 +7380,20 @@ formatting information, rather than the current locale name.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; Source-only package
|
;; Source-only package
|
||||||
(delete 'build))))
|
(delete 'build))))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-golang-protobuf
|
(list go-github-com-alecthomas-kingpin-v2
|
||||||
go-github-com-matttproud-golang-protobuf-extensions-v2
|
go-github-com-go-kit-log
|
||||||
go-github-com-prometheus-client-model))
|
go-github-com-google-go-cmp
|
||||||
|
go-github-com-julienschmidt-httprouter
|
||||||
|
go-github-com-munnerz-goautoneg
|
||||||
|
go-github-com-mwitkow-go-conntrack
|
||||||
|
go-github-com-prometheus-client-model
|
||||||
|
go-golang-org-x-net
|
||||||
|
go-golang-org-x-oauth2
|
||||||
|
go-google-golang-org-protobuf
|
||||||
|
go-gopkg-in-yaml-v2))
|
||||||
(synopsis "Prometheus metrics")
|
(synopsis "Prometheus metrics")
|
||||||
(description "This package provides tools for reading and writing
|
(description "This package provides tools for reading and writing
|
||||||
Prometheus metrics.")
|
Prometheus metrics.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue