diff options
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index de08c903c5..91bb63417e 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2622,30 +2622,6 @@ and lookup requests. Browse requests are not supported yet.") (description "Go wrapper for taglib") (license license:unlicense)))) -(define-public go-github-com-mr-tron-base58 - (package - (name "go-github-com-mr-tron-base58") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mr-tron/base58") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0ngxfpaa26p53lciz9vf2gn21l77kz8pcm2asxbv0l87g6xwqp7h")))) - (build-system go-build-system) - (arguments - `(#:import-path "github.com/mr-tron/base58")) - (home-page "https://github.com/mr-tron/base58") - (synopsis "Fast implementation of base58 encoding on Golang") - (description "Fast implementation of base58 encoding on Golang. A -trivial @command{big.Int} encoding benchmark results in 6 times faster -encoding and 8 times faster decoding.") - (license license:expat))) - (define-public go-github-com-spaolacci-murmur3 (package (name "go-github-com-spaolacci-murmur3") |