guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit f1dc070dbf20954d3b647971ce5528ceae787389
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 11 10:36:57 2026 +0000
gnu: Add go-github-com-emirpasic-gods-v2.
* gnu/packages/golang-xyz.scm (go-github-com-emirpasic-gods-v2): New
variable.
Change-Id: Id9a539e21d048d96cd367a9cdd29f3ec5c777942
---
gnu/packages/golang-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index ce936fe4ec..31ff0d4469 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -8031,6 +8031,25 @@ specified in
@url{https://datatracker.ietf.org/doc/html/rfc6350, RFC 6350}.")
algorithms in Go.")
(license license:bsd-2)))
+(define-public go-github-com-emirpasic-gods-v2
+ (package
+ (inherit go-github-com-emirpasic-gods)
+ (name "go-github-com-emirpasic-gods-v2")
+ (version "2.0.0-alpha")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emirpasic/gods")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1qhjxv9rc1jjq57w84zz51lpx6baw3ywzj9ls491y1gkg5ycc765"))))
+ (arguments
+ (list
+ #:skip-build? #t
+ #:import-path "github.com/emirpasic/gods/v2"))))
+
(define-public go-github-com-envoyproxy-protoc-gen-validate
(package
(name "go-github-com-envoyproxy-protoc-gen-validate")