1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: go-github-com-rcrowley-go-metrics: Update to 0.0.0-20201227073835-cf1acfcdf475.

* gnu/packages/golang-xyz.scm (go-github-com-rcrowley-go-metrics): Update to 0.0.0-20201227073835-cf1acfcdf475.

Change-Id: I79f15d5a32ec274a544fe8bdd2e4bba3d11335b5
This commit is contained in:
Sharlatan Hellseher 2025-01-09 22:12:49 +00:00
parent a0e06194c6
commit 46e69fc553
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -11831,20 +11831,18 @@ policy.")
(license (list license:asl2.0 license:expat)))) (license (list license:asl2.0 license:expat))))
(define-public go-github-com-rcrowley-go-metrics (define-public go-github-com-rcrowley-go-metrics
(let ((commit "cac0b30c2563378d434b5af411844adff8e32960")
(revision "2"))
(package (package
(name "go-github-com-rcrowley-go-metrics") (name "go-github-com-rcrowley-go-metrics")
(version (git-version "0.0.0" revision commit)) (version "0.0.0-20201227073835-cf1acfcdf475")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/rcrowley/go-metrics") (url "https://github.com/rcrowley/go-metrics")
(commit commit))) (commit (go-version->git-ref version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1hfxffnpaw49pr3wrkbzq3pnv3nyzsvk5dxndv0yz70xlrbg8a04")))) (base32 "0s7zab04slz07c7l4h2cqz62qnqah69r6p157vvbd7725a7wzkr0"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
;; Arbitrary precision tests are known to be broken on aarch64, ppc64le ;; Arbitrary precision tests are known to be broken on aarch64, ppc64le
@ -11858,7 +11856,7 @@ policy.")
(description "This package provides a Go implementation of Coda Hale's (description "This package provides a Go implementation of Coda Hale's
Metrics library.") Metrics library.")
(home-page "https://github.com/rcrowley/go-metrics") (home-page "https://github.com/rcrowley/go-metrics")
(license license:bsd-2)))) (license license:bsd-2)))
(define-public go-github-com-remeh-sizedwaitgroup (define-public go-github-com-remeh-sizedwaitgroup
(package (package