gnu: go-github-com-aead-chacha20: Fix indentation.

* gnu/packages/golang-crypto.scm (go-github-com-aead-chacha20): Fix indentation.

Change-Id: I2084ebd6a8472b5835498e19c115f778b46ff6d6
This commit is contained in:
Sharlatan Hellseher 2024-09-22 11:49:10 +01:00
parent 2736e2018d
commit 9e649c347e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -241,29 +241,31 @@ pcredential store, Pass, Secret Service, KDE Wallet, Encrypted File.")
(license license:expat)))
(define-public go-github-com-aead-chacha20
(package
(name "go-github-com-aead-chacha20")
(version "0.0.0-20180709150244-8b13a72661da")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/aead/chacha20")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0gbmgq5kbqmbyrsav57ql4jzbvqvp1q7yvcd5fl3wf5g94iyv56r"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/aead/chacha20"))
(propagated-inputs
(list go-golang-org-x-sys))
(home-page "https://github.com/aead/chacha20")
(synopsis "ChaCha20 and XChaCha20 stream ciphers")
(description "ChaCha is a stream cipher family created by Daniel
Bernstein. The most common ChaCha variant is ChaCha20 (20 rounds). ChaCha20
is standardized in RFC 7539.")
(license license:expat)))
(package
(name "go-github-com-aead-chacha20")
(version "0.0.0-20180709150244-8b13a72661da")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/aead/chacha20")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0gbmgq5kbqmbyrsav57ql4jzbvqvp1q7yvcd5fl3wf5g94iyv56r"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/aead/chacha20"))
(propagated-inputs
(list go-golang-org-x-sys))
(home-page "https://github.com/aead/chacha20")
(synopsis "ChaCha20 and XChaCha20 stream ciphers")
(description
"ChaCha is a stream cipher family created by Daniel Bernstein. The most
common ChaCha variant is ChaCha20 (20 rounds). ChaCha20 is standardized in
RFC 7539.")
(license license:expat)))
(define-public go-github-com-aead-ecdh
(package