diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-28 14:00:43 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-28 16:27:36 +0100 |
commit | 3bc07d1feb3eb57abd1dd97ef3c17c406511dc5e (patch) | |
tree | d41e926d03cb8703b9366a307f264f75e59cd106 | |
parent | 78257b564c14521e357cb900ca53172e5417522b (diff) | |
download | guix-3bc07d1feb3eb57abd1dd97ef3c17c406511dc5e.tar.gz guix-3bc07d1feb3eb57abd1dd97ef3c17c406511dc5e.zip |
gnu: go-github-com-multiformats-go-multihash: Adjust inputs.
* gnu/packages/golang-crypto.scm (go-github-com-multiformats-go-multihash):
Adjust inputs.
[propagated-inputs]: Remove go-github-com-gxed-hashland-keccakpg and
go-github-com-minio-blake2b-simd.
Change-Id: I72e9e019de72d368e0fa63d6e49af8e24b98f5e1
-rw-r--r-- | gnu/packages/golang-crypto.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index 989570c868..273879b47a 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm @@ -872,9 +872,7 @@ Architecture Processors\" by J. Guilford et al.") (list specification-multihash specification-multicodec)) (propagated-inputs - (list go-github-com-gxed-hashland-keccakpg - go-github-com-minio-blake2b-simd - go-github-com-minio-sha256-simd + (list go-github-com-minio-sha256-simd go-github-com-mr-tron-base58 go-github-com-multiformats-go-varint go-github-com-spaolacci-murmur3 |