gnu: go-github-com-prometheus-common-model: Update to 0.4.1.
* gnu/packages/syncthing.scm (go-github-com-prometheus-common-model): Update to 0.4.1.
This commit is contained in:
parent
2cdfaa0263
commit
695d2a3326
|
@ -974,20 +974,18 @@ Prometheus metrics.")
|
||||||
(license asl2.0))))
|
(license asl2.0))))
|
||||||
|
|
||||||
(define-public go-github-com-prometheus-common-model
|
(define-public go-github-com-prometheus-common-model
|
||||||
(let ((commit "2e54d0b93cba2fd133edc32211dcc32c06ef72ca")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-prometheus-common-model")
|
(name "go-github-com-prometheus-common-model")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "0.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/prometheus/common.git")
|
(url "https://github.com/prometheus/common.git")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14kn5w7imcxxlfdqxl21fsnlf1ms7200g3ldy29hwamldv8qlm7j"))))
|
"0sf4sjdckblz1hqdfvripk3zyp8xq89w7q75kbsyg4c078af896s"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/prometheus/common/model"
|
'(#:import-path "github.com/prometheus/common/model"
|
||||||
|
@ -996,7 +994,7 @@ Prometheus metrics.")
|
||||||
(description "This package provides a component of the Go Prometheus
|
(description "This package provides a component of the Go Prometheus
|
||||||
implementation.")
|
implementation.")
|
||||||
(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-procfs
|
(define-public go-github-com-prometheus-procfs
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue