[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70317] [PATCH 05/13] gnu: packages: Add go-github-com-prometheus-cl
From: |
Jesse Eisses |
Subject: |
[bug#70317] [PATCH 05/13] gnu: packages: Add go-github-com-prometheus-client-model-v0.5 |
Date: |
Wed, 10 Apr 2024 10:10:00 +0200 |
Change-Id: I2b818ab740ae10252aff3c3d72b6e527545d7755
---
gnu/packages/golang-xyz.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 70909de050..d54b82e15e 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2462,6 +2462,21 @@ (define-public go-github-com-prometheus-client-model
(home-page "https://github.com/prometheus/client_model")
(license license:asl2.0))))
+(define-public go-github-com-prometheus-client-model-v0.5
+ (package
+ (inherit go-github-com-prometheus-client-model)
+ (name "go-github-com-prometheus-client-model-v0.5")
+ (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"))))))
+
(define-public go-github-com-rcrowley-go-metrics
(let ((commit "cac0b30c2563378d434b5af411844adff8e32960")
(revision "2"))
--
2.41.0
- [bug#70317] [PATCH 00/13] Add soju, Jesse Eisses, 2024/04/10
- [bug#70317] [PATCH 01/13] gnu: packages: Add go-github-com-golang-jwt-jwt-v3, Jesse Eisses, 2024/04/10
- [bug#70317] [PATCH 05/13] gnu: packages: Add go-github-com-prometheus-client-model-v0.5,
Jesse Eisses <=
- [bug#70317] [PATCH 10/13] gnu: packages: Add go-github-com-prometheus-client-golang-v1.17, Jesse Eisses, 2024/04/10
- [bug#70317] [PATCH 13/13] gnu: packages: Add soju, Jesse Eisses, 2024/04/10
- [bug#70317] [PATCH 04/13] gnu: packages: Add go-github-com-pires-go-proxyproto, Jesse Eisses, 2024/04/10
- [bug#70317] [PATCH 06/13] gnu: packages: Add go-github-com-sherclockholmes-webpush-go, Jesse Eisses, 2024/04/10
- [bug#70317] [PATCH 07/13] gnu: packages: Add go-git-sr-ht-emersion-go-sqlite3-fts5, Jesse Eisses, 2024/04/10
- [bug#70317] [PATCH 11/13] gnu: packages: Add go-gopkg-in-irc-v4, Jesse Eisses, 2024/04/10
- [bug#70317] [PATCH 02/13] gnu: packages: Add go-github-com-msteinert-pam, Jesse Eisses, 2024/04/10
- [bug#70317] [PATCH 03/13] gnu: packages: Add go-nhooyr-io-websocket, Jesse Eisses, 2024/04/10
- [bug#70317] [PATCH 08/13] gnu: packages: Add go-git-sr-ht-sircmpwn-go-bare, Jesse Eisses, 2024/04/10
- [bug#70317] [PATCH 09/13] gnu: packages: Add go-github-com-prometheus-common-v0.45, Jesse Eisses, 2024/04/10