[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/31: gnu: Add go-github-com-prometheus-common-model.
From: |
guix-commits |
Subject: |
25/31: gnu: Add go-github-com-prometheus-common-model. |
Date: |
Thu, 14 Mar 2019 03:06:56 -0400 (EDT) |
lfam pushed a commit to branch wip-go-build-system
in repository guix.
commit d336cb88dc4f063bdf82af01eeba8a5b2f6f144e
Author: Leo Famulari <address@hidden>
Date: Wed Mar 13 17:31:24 2019 -0400
gnu: Add go-github-com-prometheus-common-model.
* gnu/packages/syncthing.scm (go-github-com-prometheus-common-model):
New variable.
---
gnu/packages/syncthing.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 20933b3..708eae9 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1000,6 +1000,31 @@ Prometheus metrics.")
(home-page "https://github.com/prometheus/common")
(license asl2.0))))
+(define-public go-github-com-prometheus-common-model
+ (let ((commit "2e54d0b93cba2fd133edc32211dcc32c06ef72ca")
+ (revision "0"))
+ (package
+ (name "go-github-com-prometheus-common-model")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/prometheus/common.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "14kn5w7imcxxlfdqxl21fsnlf1ms7200g3ldy29hwamldv8qlm7j"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/prometheus/common/model"
+ #:unpack-path "github.com/prometheus/common"))
+ (synopsis "Prometheus component")
+ (description "This package provides a component of the Go Prometheus
+implementation.")
+ (home-page "https://github.com/prometheus/common")
+ (license asl2.0))))
+
(define-public go-github-com-prometheus-procfs
(let ((commit "b15cd069a83443be3154b719d0cc9fe8117f09fb")
(revision "0"))
- 27/31: gnu: Prometheus client: Update to 0.9.2., (continued)
- 27/31: gnu: Prometheus client: Update to 0.9.2., guix-commits, 2019/03/14
- 30/31: gnu: Remove go-github-com-audriusbutkevicius-cli., guix-commits, 2019/03/14
- 28/31: gnu: Remove go-github-com-audriusbutkevicius-pfilter., guix-commits, 2019/03/14
- 14/31: gnu: Add go-github-com-kr-pretty., guix-commits, 2019/03/14
- 13/31: gnu: Add go-github-com-kr-text., guix-commits, 2019/03/14
- 18/31: gnu: go-golang-org-x-sys-unix: Update to 0.0.0-2.4d1cda0., guix-commits, 2019/03/14
- 17/31: gnu: Go networking libraries: Update to 0.0.0-2.351d144., guix-commits, 2019/03/14
- 23/31: gnu: Add go-github-com-flynn-archive-go-shlex., guix-commits, 2019/03/14
- 24/31: gnu: go-github-com-calmh-xdr: Update to 1.1.0., guix-commits, 2019/03/14
- 16/31: gnu: Go crypto libraries: Update to 0.0.0-2.0fcca48., guix-commits, 2019/03/14
- 25/31: gnu: Add go-github-com-prometheus-common-model.,
guix-commits <=
- 22/31: gnu: Gogo protocol buffers: Update to 1.2.1., guix-commits, 2019/03/14
- 15/31: gnu: go-gopkg.in-check.v1: Update to 0.0.0-1.788fd78., guix-commits, 2019/03/14
- 21/31: gnu: Add go-github-com-gogo-protobuf-gogoproto., guix-commits, 2019/03/14
- 26/31: gnu: Add go-github-com-prometheus-common-internal-bitbucket-org-ww-goautoneg., guix-commits, 2019/03/14
- 19/31: gnu: go-github-com-mattn-go-isatty: Use upstream version string., guix-commits, 2019/03/14
- 20/31: gnu: go-github-com-urfave-cli: Update to 1.20.0-0.693af58., guix-commits, 2019/03/14
- 10/31: gnu: go-github-com-lib-pq: Update to 1.0.0., guix-commits, 2019/03/14
- 07/31: gnu: go-github-com-pkg-errors: Update to 0.8.1., guix-commits, 2019/03/14
- 06/31: gnu: go-github-com-syncthing-notify: Update to 0.0.0-4.4e389ea., guix-commits, 2019/03/14
- 02/31: build-system/go: Build with a filesystem union of Go dependencies., guix-commits, 2019/03/14