mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
191e4df083
commit
3170d75466
1 changed files with 3 additions and 3 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue