[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
132/169: gnu: go-github-com-aead-chacha20: Fix indentation.
From: |
guix-commits |
Subject: |
132/169: gnu: go-github-com-aead-chacha20: Fix indentation. |
Date: |
Thu, 26 Sep 2024 09:26:10 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 6833276b436cf2622f00d66d8fce0e704af813fc
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 22 11:49:10 2024 +0100
gnu: go-github-com-aead-chacha20: Fix indentation.
* gnu/packages/golang-crypto.scm (go-github-com-aead-chacha20): Fix
indentation.
Change-Id: I2084ebd6a8472b5835498e19c115f778b46ff6d6
---
gnu/packages/golang-crypto.scm | 48 ++++++++++++++++++++++--------------------
1 file changed, 25 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 0034017d3b..d0bef279ff 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -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
- 79/169: gnu: go-github-com-go-logr-logr: Update to 1.4.2., (continued)
- 79/169: gnu: go-github-com-go-logr-logr: Update to 1.4.2., guix-commits, 2024/09/26
- 65/169: gnu: go-github-com-google-goterm: Update to 0.0.0-20200907032337-555d40f16ae2., guix-commits, 2024/09/26
- 89/169: gnu: go-github-com-go-git-go-git-v5: Update style., guix-commits, 2024/09/26
- 92/169: gnu: Add go-github-com-rs-zerolog., guix-commits, 2024/09/26
- 102/169: gnu: Add go-github-com-datadog-datadog-go-v5., guix-commits, 2024/09/26
- 113/169: gnu: Add go-github-com-pquerna-ffjson., guix-commits, 2024/09/26
- 115/169: gnu: Add go-github-com-tinylib-msgp., guix-commits, 2024/09/26
- 122/169: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix build., guix-commits, 2024/09/26
- 125/169: build/go: Replace symlinks with a copy of the file., guix-commits, 2024/09/26
- 126/169: gnu: build/go: Apply default 'fix-embed-files phase., guix-commits, 2024/09/26
- 132/169: gnu: go-github-com-aead-chacha20: Fix indentation.,
guix-commits <=
- 144/169: gnu: go-github-com-sevlyar-go-daemon: Update to 0.1.6., guix-commits, 2024/09/26
- 135/169: gnu: Add go-github-com-xtaci-smux., guix-commits, 2024/09/26
- 137/169: gnu: go-github.com-smartystreets-assertions: Rename variable., guix-commits, 2024/09/26
- 142/169: gnu: Remove go-github-com-smartystreets-assertions., guix-commits, 2024/09/26
- 145/169: gnu: go-github-com-sevlyar-go-daemon: Move to golang-xyz., guix-commits, 2024/09/26
- 150/169: gnu: go-github-com-emersion-go-autostart: Update to 0.0.0-20210130080809-00ed301c8e9a., guix-commits, 2024/09/26
- 138/169: gnu: go-github.com-smartystreets-goconvey: Rename variable., guix-commits, 2024/09/26
- 133/169: gnu: go-github-com-shadowsocks-go-shadowsocks2: Update to 0.1.5., guix-commits, 2024/09/26
- 166/169: gnu: go-github-com-tekwizely-go-parsing: Move to golang-xyz., guix-commits, 2024/09/26
- 167/169: gnu: go-github-com-subosito-gotenv: Update to 1.6.0., guix-commits, 2024/09/26