[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/20: gnu: Add go-github-com-dgryski-go-metro.
From: |
guix-commits |
Subject: |
14/20: gnu: Add go-github-com-dgryski-go-metro. |
Date: |
Wed, 6 Sep 2023 01:27:55 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 83064e2683766b0db85d61b1c16d1462cae76657
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Thu Aug 10 19:43:08 2023 +0800
gnu: Add go-github-com-dgryski-go-metro.
* gnu/packages/golang.scm (go-github-com-dgryski-go-metro): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index bb1c66129e..b50da8a395 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5487,6 +5487,30 @@ 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-20211217172704-adc40b04c140")
+ (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
+ "16y5vc5qf7aipi8basqza8l939hlmp7wqsv4y6gsqac3sp9ziqyj"))))
+ (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-docker-distribution
(let ((commit "325b0804fef3a66309d962357aac3c2ce3f4d329")
(revision "0"))
- branch master updated (c3d48d024b -> 6113e0529d), guix-commits, 2023/09/06
- 01/20: git: Fix typo in reference-available? comment., guix-commits, 2023/09/06
- 02/20: gnu: libusb-compat: Specify the absolute file name for libusb., guix-commits, 2023/09/06
- 07/20: gnu: gmime: Remove version 2.6.23., guix-commits, 2023/09/06
- 04/20: gnu: qemu: Update to 8.1.0., guix-commits, 2023/09/06
- 05/20: gnu: ccache: Update to 4.8.3., guix-commits, 2023/09/06
- 09/20: gnu: libndp: Fix cross-compile., guix-commits, 2023/09/06
- 12/20: gnu: rtaudio: Update to 5.2.0., guix-commits, 2023/09/06
- 13/20: gnu: zrythm: Enable rtaudio., guix-commits, 2023/09/06
- 14/20: gnu: Add go-github-com-dgryski-go-metro.,
guix-commits <=
- 20/20: gnu: gmime: Update home-page URL., guix-commits, 2023/09/06
- 06/20: gnu: bear: Update to 3.1.3., guix-commits, 2023/09/06
- 03/20: doc: Fix typo., guix-commits, 2023/09/06
- 08/20: gnu: gambit-c: Update to 4.9.5., guix-commits, 2023/09/06
- 10/20: gnu: gst-plugins-bad: Remove the svt-hevc input., guix-commits, 2023/09/06
- 11/20: gnu-maintenance: Do not error when there are no candidates., guix-commits, 2023/09/06
- 15/20: gnu: Add go-github-com-dgryski-go-mph., guix-commits, 2023/09/06
- 19/20: gnu: go-github-com-tdewolff-minify-v2: Regenerate hash., guix-commits, 2023/09/06
- 16/20: gnu: Add go-github-com-cespare-mph., guix-commits, 2023/09/06
- 17/20: gnu: Add go-github-com-tdewolff-hasher., guix-commits, 2023/09/06