guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: Add go-github-com-marten-seemann-chacha20.


From: guix-commits
Subject: 07/12: gnu: Add go-github-com-marten-seemann-chacha20.
Date: Fri, 22 May 2020 18:56:10 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 7df8cb254e2683b9f6e8cc5302b8babbd44b1eb4
Author: Leo Famulari <address@hidden>
AuthorDate: Thu May 21 14:20:39 2020 -0400

    gnu: Add go-github-com-marten-seemann-chacha20.
    
    * gnu/packages/golang.scm (go-github-com-marten-seemann-chacha20): New 
variable.
---
 gnu/packages/golang.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 58016dc..ac952b5 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3065,6 +3065,28 @@ the Go standard library's TLS 1.3 implementation.")
     (home-page "https://github.com/marten-seemann/qtls";)
     (license license:bsd-3)))
 
+(define-public go-github-com-marten-seemann-chacha20
+  (package
+    (name "go-github-com-marten-seemann-chacha20")
+    (version "0.2.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://github.com/marten-seemann/chacha20";)
+                     (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0x1j4cvbap45zk962qkjalc1h3axhzzdy9cdzhcjmprmm1ql4gjm"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/marten-seemann/chacha20"))
+    (synopsis "ChaCha20 in Go")
+    (description "This package is an external copy of the Go standard library's
+internal ChaCha20 package.")
+    (home-page "https://github.com/marten-seemann/chacha20";)
+    (license license:bsd-3)))
+
 (define-public go-github-com-cheekybits-genny
   (package
     (name "go-github-com-cheekybits-genny")



reply via email to

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