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

@ -255,14 +255,16 @@ pcredential store, Pass, Secret Service, KDE Wallet, Encrypted File.")
(base32 "0gbmgq5kbqmbyrsav57ql4jzbvqvp1q7yvcd5fl3wf5g94iyv56r")))) (base32 "0gbmgq5kbqmbyrsav57ql4jzbvqvp1q7yvcd5fl3wf5g94iyv56r"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/aead/chacha20")) (list
#:import-path "github.com/aead/chacha20"))
(propagated-inputs (propagated-inputs
(list go-golang-org-x-sys)) (list go-golang-org-x-sys))
(home-page "https://github.com/aead/chacha20") (home-page "https://github.com/aead/chacha20")
(synopsis "ChaCha20 and XChaCha20 stream ciphers") (synopsis "ChaCha20 and XChaCha20 stream ciphers")
(description "ChaCha is a stream cipher family created by Daniel (description
Bernstein. The most common ChaCha variant is ChaCha20 (20 rounds). ChaCha20 "ChaCha is a stream cipher family created by Daniel Bernstein. The most
is standardized in RFC 7539.") common ChaCha variant is ChaCha20 (20 rounds). ChaCha20 is standardized in
RFC 7539.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-aead-ecdh (define-public go-github-com-aead-ecdh