gnu: go-github-com-multiformats-go-multihash: Fix indentation.
* gnu/packages/golang-crypto.scm (go-github-com-multiformats-go-multihash): Fix indentation. Change-Id: I81f041384d5f9f25c9aad319ce3be079ef49d722master
parent
b341e906a5
commit
6e7b2b3387
|
@ -836,32 +836,33 @@ Architecture Processors\" by J. Guilford et al.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-multiformats-go-multihash
|
(define-public go-github-com-multiformats-go-multihash
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-multiformats-go-multihash")
|
(name "go-github-com-multiformats-go-multihash")
|
||||||
(version "0.0.1")
|
(version "0.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/multiformats/go-multihash")
|
(url "https://github.com/multiformats/go-multihash")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1aw4ra22g3l98bk7c3h1n968vi5a3gk528g4byj3xig76r0r731n"))))
|
(base32 "1aw4ra22g3l98bk7c3h1n968vi5a3gk528g4byj3xig76r0r731n"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/multiformats/go-multihash"))
|
(list
|
||||||
(propagated-inputs
|
#:import-path "github.com/multiformats/go-multihash"))
|
||||||
(list go-github-com-gxed-hashland-keccakpg
|
(propagated-inputs
|
||||||
go-github-com-gxed-hashland-murmur3
|
(list go-github-com-gxed-hashland-keccakpg
|
||||||
go-github-com-minio-blake2b-simd
|
go-github-com-gxed-hashland-murmur3
|
||||||
go-github-com-minio-sha256-simd
|
go-github-com-minio-blake2b-simd
|
||||||
go-github-com-mr-tron-base58
|
go-github-com-minio-sha256-simd
|
||||||
go-golang-org-x-crypto))
|
go-github-com-mr-tron-base58
|
||||||
(home-page "https://github.com/multiformats/go-multihash")
|
go-golang-org-x-crypto))
|
||||||
(synopsis "Multihash implementation in Go")
|
(home-page "https://github.com/multiformats/go-multihash")
|
||||||
(description "Multihash implementation in Go.")
|
(synopsis "Multihash implementation in Go")
|
||||||
(license license:expat)))
|
(description "Multihash implementation in Go.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-operatorfoundation-ed25519
|
(define-public go-github-com-operatorfoundation-ed25519
|
||||||
(let ((commit "b22b4bd3ddef042eec45f3ee135cd40281fde2b4")
|
(let ((commit "b22b4bd3ddef042eec45f3ee135cd40281fde2b4")
|
||||||
|
|
Reference in New Issue