guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

132/172: gnu: go-github-com-aead-chacha20: Fix indentation.


From: guix-commits
Subject: 132/172: gnu: go-github-com-aead-chacha20: Fix indentation.
Date: Sat, 9 Nov 2024 16:45:08 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 9e649c347e8f29c585607d4f436a8be2bb08157b
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]