Archived
1
0
Fork 0

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:
Leo Famulari 2019-10-16 15:16:25 -04:00
parent 0d793a59cf
commit 75f36ad6d2
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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"