gnu: go-github-com-prometheus-procfs: Update to 0.0.4.
* gnu/packages/syncthing.scm (go-github-com-prometheus-procfs): Update to 0.0.4.
This commit is contained in:
parent
0d793a59cf
commit
75f36ad6d2
1 changed files with 2 additions and 2 deletions
|
@ -894,7 +894,7 @@ Prometheus metrics.")
|
||||||
(define-public go-github-com-prometheus-procfs
|
(define-public go-github-com-prometheus-procfs
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-prometheus-procfs")
|
(name "go-github-com-prometheus-procfs")
|
||||||
(version "0.0.3")
|
(version "0.0.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -903,7 +903,7 @@ Prometheus metrics.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18c4m795fwng8f8qa395f3crvamlbk5y5afk8b5rzyisnmjq774y"))))
|
"1z5jq5rjala0a0di4nwk1rai0z9f73qwqj6mgcbpjbg2qknlb544"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/prometheus/procfs"
|
'(#:import-path "github.com/prometheus/procfs"
|
||||||
|
|
Reference in a new issue