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))) (license license:expat)))
(define-public go-github-com-aead-chacha20 (define-public go-github-com-aead-chacha20
(package (package
(name "go-github-com-aead-chacha20") (name "go-github-com-aead-chacha20")
(version "0.0.0-20180709150244-8b13a72661da") (version "0.0.0-20180709150244-8b13a72661da")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/aead/chacha20") (url "https://github.com/aead/chacha20")
(commit (go-version->git-ref version)))) (commit (go-version->git-ref version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0gbmgq5kbqmbyrsav57ql4jzbvqvp1q7yvcd5fl3wf5g94iyv56r")))) (base32 "0gbmgq5kbqmbyrsav57ql4jzbvqvp1q7yvcd5fl3wf5g94iyv56r"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/aead/chacha20")) (list
(propagated-inputs #:import-path "github.com/aead/chacha20"))
(list go-golang-org-x-sys)) (propagated-inputs
(home-page "https://github.com/aead/chacha20") (list go-golang-org-x-sys))
(synopsis "ChaCha20 and XChaCha20 stream ciphers") (home-page "https://github.com/aead/chacha20")
(description "ChaCha is a stream cipher family created by Daniel (synopsis "ChaCha20 and XChaCha20 stream ciphers")
Bernstein. The most common ChaCha variant is ChaCha20 (20 rounds). ChaCha20 (description
is standardized in RFC 7539.") "ChaCha is a stream cipher family created by Daniel Bernstein. The most
(license license:expat))) common ChaCha variant is ChaCha20 (20 rounds). ChaCha20 is standardized in
RFC 7539.")
(license license:expat)))
(define-public go-github-com-aead-ecdh (define-public go-github-com-aead-ecdh
(package (package