[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/26: gnu: go-github-com-prometheus-client-model: Update to 0.5.0.
From: |
guix-commits |
Subject: |
12/26: gnu: go-github-com-prometheus-client-model: Update to 0.5.0. |
Date: |
Tue, 7 May 2024 18:24:51 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit b7800aa34fe986b662d858a7799dcf14df102645
Author: Jesse Eisses <jesse@eisses.email>
AuthorDate: Fri Apr 26 10:01:52 2024 +0200
gnu: go-github-com-prometheus-client-model: Update to 0.5.0.
* gnu/packages/golang.scm (go-github-com-prometheus-client-model):
Update to 0.5.0.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Iebb57390b99a4ed2567588872a9745a69aae9ced
---
gnu/packages/golang-xyz.scm | 54 ++++++++++++++++++++++-----------------------
1 file changed, 26 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 865d422d4e..f0e31ed732 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2877,34 +2877,32 @@ on top of the standard library @code{flag} package.")
(license license:bsd-3)))
(define-public go-github-com-prometheus-client-model
- (let ((commit "14fe0d1b01d4d5fc031dd4bec1823bd3ebbe8016")
- (revision "2"))
- (package
- (name "go-github-com-prometheus-client-model")
- (version (git-version "0.0.2" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/prometheus/client_model")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0zdmk6rbbx39cvfz0r59v2jg5sg9yd02b4pds5n5llgvivi99550"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/prometheus/client_model"
- #:tests? #f
- #:phases
- (modify-phases %standard-phases
- ;; Source-only package
- (delete 'build))))
- (propagated-inputs
- (list go-github-com-golang-protobuf-proto))
- (synopsis "Data model artifacts for Prometheus")
- (description "This package provides data model artifacts for
Prometheus.")
- (home-page "https://github.com/prometheus/client_model")
- (license license:asl2.0))))
+ (package
+ (name "go-github-com-prometheus-client-model")
+ (version "0.5.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/prometheus/client_model")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1pl9i969jx5vkhm8vd5vb8yrifv37aw6h8mjg04820pw0ygfbigy"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/prometheus/client_model"
+ #:tests? #f
+ #:phases
+ (modify-phases %standard-phases
+ ;; Source-only package
+ (delete 'build))))
+ (propagated-inputs
+ (list go-github-com-golang-protobuf-proto))
+ (synopsis "Data model artifacts for Prometheus")
+ (description "This package provides data model artifacts for Prometheus.")
+ (home-page "https://github.com/prometheus/client_model")
+ (license license:asl2.0)))
(define-public go-github-com-rcrowley-go-metrics
(let ((commit "cac0b30c2563378d434b5af411844adff8e32960")
- 24/26: gnu: go-git-sr-ht-emersion-go-scfg: Move to golang-xyz., (continued)
- 24/26: gnu: go-git-sr-ht-emersion-go-scfg: Move to golang-xyz., guix-commits, 2024/05/07
- 02/26: gnu: Add go-github-com-sherclockholmes-webpush-go., guix-commits, 2024/05/07
- 04/26: gnu: Add go-nhooyr-io-websocket., guix-commits, 2024/05/07
- 15/26: gnu: go-github-com-matttproud-golang-protobuf-extensions-pbutil: Update to 2.0.0., guix-commits, 2024/05/07
- 22/26: gnu: go-git-sr-ht-sircmpwn-getopt: Move to golang-xyz., guix-commits, 2024/05/07
- 21/26: gnu: web: Remove syncthing module from used modules., guix-commits, 2024/05/07
- 26/26: gnu: kubo: Unbundle go-bazil-org-fuse., guix-commits, 2024/05/07
- 07/26: gnu: Add go-git-sr-ht-sircmpwn-go-bare., guix-commits, 2024/05/07
- 05/26: gnu: Add go-github-com-pires-go-proxyproto., guix-commits, 2024/05/07
- 09/26: gnu: Add python-irc-parser-tests., guix-commits, 2024/05/07
- 12/26: gnu: go-github-com-prometheus-client-model: Update to 0.5.0.,
guix-commits <=
- 25/26: gnu: Add go-bazil-org-fuse., guix-commits, 2024/05/07