mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: Add go-github-com-prometheus-common-model.
* gnu/packages/syncthing.scm (go-github-com-prometheus-common-model): New variable.
This commit is contained in:
parent
fef131b460
commit
bafdb0fa09
1 changed files with 25 additions and 0 deletions
|
@ -1000,6 +1000,31 @@ (define-public go-github-com-prometheus-common-expfmt
|
||||||
(home-page "https://github.com/prometheus/common")
|
(home-page "https://github.com/prometheus/common")
|
||||||
(license asl2.0))))
|
(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
|
(define-public go-github-com-prometheus-procfs
|
||||||
(let ((commit "b15cd069a83443be3154b719d0cc9fe8117f09fb")
|
(let ((commit "b15cd069a83443be3154b719d0cc9fe8117f09fb")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Reference in a new issue