gnu: go-github-com-rcrowley-go-metrics: Update to 0.0.0-2.cac0b30.

* gnu/packages/syncthing.scm (go-github-com-rcrowley-go-metrics): Update
to 0.0.0-2.cac0b30.
This commit is contained in:
Leo Famulari 2019-10-16 15:58:59 -04:00
parent 191e4df083
commit 3170d75466
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -502,8 +502,8 @@ (define-public go-github-com-stathat-go
(license expat))))
(define-public go-github-com-rcrowley-go-metrics
(let ((commit "e181e095bae94582363434144c61a9653aff6e50")
(revision "1"))
(let ((commit "cac0b30c2563378d434b5af411844adff8e32960")
(revision "2"))
(package
(name "go-github-com-rcrowley-go-metrics")
(version (git-version "0.0.0" revision commit))
@ -515,7 +515,7 @@ (define-public go-github-com-rcrowley-go-metrics
(file-name (git-file-name name version))
(sha256
(base32
"1pwkyw801hy7n94skzk6h177zqcil6ayrmb5gs3jdpsfayh8ia5w"))))
"1hfxffnpaw49pr3wrkbzq3pnv3nyzsvk5dxndv0yz70xlrbg8a04"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/rcrowley/go-metrics"))