[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/27: gnu: go-github-com-aead-chacha20: Fix indentation.
From: |
guix-commits |
Subject: |
03/27: gnu: go-github-com-aead-chacha20: Fix indentation. |
Date: |
Sun, 22 Sep 2024 18:05:41 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit b67c95a24fac372a421a9866f53dedb857674c2c
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 1f789a3e36..c3249fba48 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -240,29 +240,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
- branch go-team updated (776edb9c8d -> 33704ae050), guix-commits, 2024/09/22
- 04/27: gnu: go-github-com-shadowsocks-go-shadowsocks2: Update to 0.1.5., guix-commits, 2024/09/22
- 03/27: gnu: go-github-com-aead-chacha20: Fix indentation.,
guix-commits <=
- 02/27: gnu: go-github-com-aead-chacha20: Update to 0.0.0-20180709150244-8b13a72661da., guix-commits, 2024/09/22
- 09/27: gnu: go-github.com-smartystreets-goconvey: Rename variable., guix-commits, 2024/09/22
- 20/27: gnu: Add go-github-com-cretz-bine., guix-commits, 2024/09/22
- 21/27: gnu: go-github-com-emersion-go-autostart: Update to 0.0.0-20210130080809-00ed301c8e9a., guix-commits, 2024/09/22
- 17/27: gnu: Add go-github-com-prometheus-community-pro-bing., guix-commits, 2024/09/22
- 10/27: gnu: Add go-github-com-smarty-assertions., guix-commits, 2024/09/22
- 22/27: gnu: go-github-com-emersion-go-autostart: Move to golang-xyz., guix-commits, 2024/09/22
- 01/27: gnu: Add go-github-com-aead-ecdh., guix-commits, 2024/09/22
- 11/27: gnu: Add go-github-com-smarty-gunit., guix-commits, 2024/09/22
- 05/27: gnu: go-github-com-shadowsocks-go-shadowsocks2: Enable all tests., guix-commits, 2024/09/22