guix-commits
[Top][All Lists]
Advanced

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

05/32: gnu: Add go-github-com-sean--seed.


From: guix-commits
Subject: 05/32: gnu: Add go-github-com-sean--seed.
Date: Sun, 29 Dec 2024 17:38:02 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 062821e17e672ae393213bb160e747fcb298e882
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Dec 29 15:29:38 2024 +0000

    gnu: Add go-github-com-sean--seed.
    
    * gnu/packages/golang-crypto.scm (go-github-com-sean--seed): New variable.
    
    Change-Id: I34032fe96c0e5209e30d8d7e6a07457509343341
---
 gnu/packages/golang-crypto.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 8877fe3380..2310aac0c3 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -1662,6 +1662,30 @@ wide-block encryption mode developed by Halevi and 
Rogaway.")
       (description "Go-Bloom implements bloom filter using double hashing.")
       (license license:asl2.0))))
 
+(define-public go-github-com-sean--seed
+  (package
+    (name "go-github-com-sean--seed")
+    (version "0.0.0-20170313163322-e2103e2c3529")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/sean-/seed";)
+             (commit (go-version->git-ref version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0glir8jxi1w7aga2jwdb63pp1h8q4whknili7xixsqzwyy716125"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/sean-/seed"))
+    (home-page "https://github.com/sean-/seed";)
+    (synopsis "Seed random number generator")
+    (description
+     "Boiler-plate to securely @url{https://en.wikipedia.org/wiki/Random_seed,
+seed} Go's random number generator (if possible).")
+    (license license:expat)))
+
 (define-public go-github-com-shadowsocks-go-shadowsocks2
   (package
     (name "go-github-com-shadowsocks-go-shadowsocks2")



reply via email to

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