guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 398b85839a1a7ef54a37e4823032a4b973246c6c
Author: Arun Isaac <[email protected]>
AuthorDate: Sun Feb 8 21:04:30 2026 +0000
gnu: Add go-github-com-couchbase-ghistogram.
* gnu/packages/golang-xyz.scm (go-github-com-couchbase-ghistogram): New
variable.
Change-Id: Ibe37bede21f5103013b9060a4cb57b9a026fb52c
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 62221777b6..fcb2afc05a 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6244,6 +6244,30 @@ submodules:
bash syntax.")
(license license:expat)))
+(define-public go-github-com-couchbase-ghistogram
+ (package
+ (name "go-github-com-couchbase-ghistogram")
+ (version "0.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/couchbase/ghistogram")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "05nhcp5i8l9ndcf18bn58qgm6vh10d59xnxz6qikk0sajyy4r2s1"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/couchbase/ghistogram"))
+ (home-page "https://github.com/couchbase/ghistogram")
+ (synopsis "Go simple int histogram library")
+ (description
+ "This package provides a simple int histogram library for Go that avoids
+runtime memory allocations.")
+ (license license:asl2.0)))
+
(define-public go-github-com-couchbase-gomemcached
(package
(name "go-github-com-couchbase-gomemcached")