me
/
guix
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.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -894,7 +894,7 @@ Prometheus metrics.")
(define-public go-github-com-prometheus-procfs
(package
(name "go-github-com-prometheus-procfs")
(version "0.0.3")
(version "0.0.4")
(source (origin
(method git-fetch)
(uri (git-reference
@ -903,7 +903,7 @@ Prometheus metrics.")
(file-name (git-file-name name version))
(sha256
(base32
"18c4m795fwng8f8qa395f3crvamlbk5y5afk8b5rzyisnmjq774y"))))
"1z5jq5rjala0a0di4nwk1rai0z9f73qwqj6mgcbpjbg2qknlb544"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/prometheus/procfs"