[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/74: gnu: go-github-com-prometheus-common: Update to 0.55.0.
From: |
guix-commits |
Subject: |
43/74: gnu: go-github-com-prometheus-common: Update to 0.55.0. |
Date: |
Thu, 25 Jul 2024 18:02:26 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 27a387a1522ce35a4f863982c9dfa369f84fff43
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Jul 24 21:17:36 2024 +0100
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
---
gnu/packages/golang.scm | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 518bda7299..d60ae45722 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7352,7 +7352,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.45.0")
+ (version "0.55.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -7361,7 +7361,7 @@ formatting information, rather than the current locale
name.")
(file-name (git-file-name name version))
(sha256
(base32
- "006y6mlxglr2xzmdqxl5bwh899whfx1prcgjai7qhhs5ys5dspy5"))
+ "0bsbxil7qz8rhckhv0844nmn38g7i7347cjv5m6na47hbdpi0rqh"))
(modules '((guix build utils)))
(snippet
#~(begin
@@ -7380,10 +7380,20 @@ formatting information, rather than the current locale
name.")
(modify-phases %standard-phases
;; Source-only package
(delete 'build))))
+ (native-inputs
+ (list go-github-com-stretchr-testify))
(propagated-inputs
- (list go-github-com-golang-protobuf
- go-github-com-matttproud-golang-protobuf-extensions-v2
- go-github-com-prometheus-client-model))
+ (list 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-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")
(description "This package provides tools for reading and writing
Prometheus metrics.")
- 17/74: gnu: go-github-com-onsi-ginkgo-v2: Update to 2.19.0., (continued)
- 17/74: gnu: go-github-com-onsi-ginkgo-v2: Update to 2.19.0., guix-commits, 2024/07/25
- 18/74: gnu: go-github-com-frankban-quicktest: Update to 1.14.6., guix-commits, 2024/07/25
- 24/74: gnu: go-pgregory-net-rapid: Build with default go., guix-commits, 2024/07/25
- 19/74: gnu: go-github-com-tdewolff-test: Update to 1.0.10., guix-commits, 2024/07/25
- 26/74: gnu: go-github-com-burntsushi-toml: Enable all tests., guix-commits, 2024/07/25
- 33/74: gnu: Add packages/prometheus module., guix-commits, 2024/07/25
- 07/74: gnu: go-github-com-google-go-cmp-cmp: Enable all tests., guix-commits, 2024/07/25
- 30/74: gnu: Add go-tomlv., guix-commits, 2024/07/25
- 36/74: gnu: go-github-com-jpillora-backoff: Move to golang-xyz., guix-commits, 2024/07/25
- 42/74: gnu: go-github-com-prometheus-common: Remove submodules., guix-commits, 2024/07/25
- 43/74: gnu: go-github-com-prometheus-common: Update to 0.55.0.,
guix-commits <=
- 51/74: gnu: Add go-github-com-cespare-xxhash., guix-commits, 2024/07/25
- 54/74: gnu: go-github-com-prometheus-client-golang: Update to 1.19.1., guix-commits, 2024/07/25
- 63/74: gnu: go-netns: Fix indentation., guix-commits, 2024/07/25
- 37/74: gnu: go-github-com-jpillora-backoff: Update to 1.0.0-1.fab01a9., guix-commits, 2024/07/25
- 41/74: gnu: Add go-github-com-go-kit-log., guix-commits, 2024/07/25
- 44/74: gnu: go-github-com-prometheus-common: Enable tests., guix-commits, 2024/07/25
- 49/74: gnu: go-github-com-oneofone-xxhash: Move to golang-crypto., guix-commits, 2024/07/25
- 57/74: gnu: go-github-com-nbrownus-go-metrics-prometheus: Move to prometheus., guix-commits, 2024/07/25
- 70/74: gnu: go-github-com-bits-and-blooms-bloom: Update to 3.7.0., guix-commits, 2024/07/25
- 62/74: gnu: go-netns: Update to 0.0.4., guix-commits, 2024/07/25