summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-crypto.scm24
-rw-r--r--gnu/packages/golang.scm24
2 files changed, 24 insertions, 24 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index d9cd2001ca..d9754f1bf3 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -741,6 +741,30 @@ It is implemented as a mechanical translation of the non-SSE4/non-AESNI hash
functions from @url{https://github.com/google/farmhash,Google's FarmHash}.")
(license license:expat)))
+(define-public go-github-com-dgryski-go-metro
+ (package
+ (name "go-github-com-dgryski-go-metro")
+ (version "0.0.0-20250106013310-edb8663e5e33")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dgryski/go-metro")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0had4wbhhghr3rbm5v4dcj73nlq49k1mpklqn9gkmzkkxfs8hf6z"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/dgryski/go-metro"))
+ (home-page "https://github.com/dgryski/go-metro")
+ (synopsis "Go translation of MetroHash")
+ (description
+ "This package provides a Go translation of the
+@url{https://github.com/jandrewrogers/MetroHash, reference C++ code for
+MetroHash}, a high quality, high performance hash algorithm.")
+ (license license:expat)))
+
(define-public go-github-com-dvsekhvalnov-jose2go
(package
(name "go-github-com-dvsekhvalnov-jose2go")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 5e4986ac02..9257502743 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2477,30 +2477,6 @@ run programs as a service using a variety of supervisors, including systemd,
SysVinit, and more.")
(license license:zlib))))
-(define-public go-github-com-dgryski-go-metro
- (package
- (name "go-github-com-dgryski-go-metro")
- (version "0.0.0-20250106013310-edb8663e5e33")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/dgryski/go-metro")
- (commit (go-version->git-ref version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0had4wbhhghr3rbm5v4dcj73nlq49k1mpklqn9gkmzkkxfs8hf6z"))))
- (build-system go-build-system)
- (arguments
- (list #:import-path "github.com/dgryski/go-metro"))
- (home-page "https://github.com/dgryski/go-metro")
- (synopsis "Go translation of MetroHash")
- (description
- "This package provides a Go translation of the
-@url{https://github.com/jandrewrogers/MetroHash, reference C++ code for
-MetroHash}, a high quality, high performance hash algorithm.")
- (license license:expat)))
-
(define-public go-github-com-dgryski-go-mph
(package
(name "go-github-com-dgryski-go-mph")