[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48729] [PATCH v7 02/25] gnu: Add go-github-com-dchest-siphash.
From: |
Raghav Gururajan |
Subject: |
[bug#48729] [PATCH v7 02/25] gnu: Add go-github-com-dchest-siphash. |
Date: |
Wed, 30 Jun 2021 22:18:18 -0400 |
* gnu/packages/golang.scm (go-github-com-dchest-siphash): New variable.
Co-authored-by: jgart <jgart@dismail.de>
---
gnu/packages/golang.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 8c53a02aa3..b1c909ac53 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -73,6 +73,29 @@
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
+(define-public go-github-com-dchest-siphash
+ (package
+ (name "go-github-com-dchest-siphash")
+ (version "1.2.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/dchest/siphash")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "08s076y7vmjqnq7jz0762hkm896r6r31v8b31a3gy0n8rfa01k8k"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/dchest/siphash"))
+ (home-page "https://github.com/dchest/siphash")
+ (synopsis "Go library for pseudorandom functions")
+ (description "SipHash is a family of pseudorandom functions (PRFs)
optimized
+for speed on short messages.")
+ (license license:cc0)))
+
(define-public go-github-com-rakyll-statik
(package
(name "go-github-com-rakyll-statik")
--
2.32.0
- [bug#48729] [PATCH v7 01/25] gnu: Add go-github-com-rakyll-statik., Raghav Gururajan, 2021/06/30
- [bug#48729] [PATCH v7 02/25] gnu: Add go-github-com-dchest-siphash.,
Raghav Gururajan <=
- [bug#48729] [PATCH v7 03/25] gnu: Add go-github-com-emersion-go-autostart., Raghav Gururajan, 2021/06/30
- [bug#48729] [PATCH v7 04/25] gnu: Add go-github-com-apparentlymart-go-openvpn-mgmt., Raghav Gururajan, 2021/06/30
- [bug#48729] [PATCH v7 05/25] gnu: Add go-github-com-keybase-go-ps., Raghav Gururajan, 2021/06/30
- [bug#48729] [PATCH v7 07/25] gnu: Add go-torproject-org-pluggable-transports-goptlib., Raghav Gururajan, 2021/06/30
- [bug#48729] [PATCH v7 08/25] gnu: Add go-github-com-willscott-goturn., Raghav Gururajan, 2021/06/30
- [bug#48729] [PATCH v7 16/25] gnu: Add go-github-com-mufti1-interconv., Raghav Gururajan, 2021/06/30
- [bug#48729] [PATCH v7 06/25] gnu: Add go-github-com-sevlyar-go-daemon., Raghav Gururajan, 2021/06/30
- [bug#48729] [PATCH v7 18/25] gnu: Add go-github-com-riobard-go-bloom., Raghav Gururajan, 2021/06/30
- [bug#48729] [PATCH v7 15/25] gnu: Add go-github-com-opentracing-opentracing-go., Raghav Gururajan, 2021/06/30
- [bug#48729] [PATCH v7 17/25] gnu: Add go-github-com-aead-chacha20., Raghav Gururajan, 2021/06/30