[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")
- 04/32: gnu: go-github-com-beorn7-perks: Simplify., (continued)
- 04/32: gnu: go-github-com-beorn7-perks: Simplify., guix-commits, 2024/12/29
- 02/32: gnu: Add go-github-com-mitchellh-cli., guix-commits, 2024/12/29
- 11/32: gnu: Add go-github-com-mmcdole-goxpp., guix-commits, 2024/12/29
- 07/32: gnu: go-github-com-expr-lang-expr: Fix build., guix-commits, 2024/12/29
- 17/32: gnu: go-github-com-maruel-panicparse: Move to golang-check., guix-commits, 2024/12/29
- 22/32: gnu: go-github-com-pkg-diff: Move to golang-xyz., guix-commits, 2024/12/29
- 09/32: gnu: Add go-github-com-shogo82148-go-shuffle., guix-commits, 2024/12/29
- 10/32: gnu: go-github-com-shadowsocks-go-shadowsocks2: Simplify., guix-commits, 2024/12/29
- 24/32: gnu: go-github-com-juju-ansiterm: Move to golang-xyz., guix-commits, 2024/12/29
- 08/32: gnu: vale: Simplify., guix-commits, 2024/12/29
- 05/32: gnu: Add go-github-com-sean--seed.,
guix-commits <=
- 13/32: gnu: go-github-com-koron-go-ssdp: Simplify., guix-commits, 2024/12/29
- 12/32: gnu: Add go-github-com-levigross-grequests., guix-commits, 2024/12/29
- 15/32: gnu: go-github-com-docker-go-connections: Fix bulid., guix-commits, 2024/12/29
- 06/32: gnu: Add go-gopkg-in-vmihailenco-msgpack-v2., guix-commits, 2024/12/29
- 16/32: gnu: go-github-com-maruel-panicparse: Update to 1.6.2., guix-commits, 2024/12/29
- 14/32: gnu: Add go-github-com-lyft-protoc-gen-star-v2., guix-commits, 2024/12/29
- 01/32: gnu: Add go-github-com-bgentry-speakeasy., guix-commits, 2024/12/29
- 18/32: gnu: packages/calendar: Remove golang module., guix-commits, 2024/12/29
- 26/32: gnu: go-github-com-savsgio-gotils: Update to 0.0.0-20240704082632-aef3928b8a38., guix-commits, 2024/12/29
- 27/32: gnu: go-github-com-savsgio-gotils: Move to golang-xyz., guix-commits, 2024/12/29