summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-04-30 13:51:41 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-04-30 21:44:22 +0100
commit7b5c711ceb6222b350b9edd5552de5d98802286d (patch)
tree5a329574ee3bc8c41dff434a1cb024ef0f165bbf
parent091a9e106ffee463e2b6672461bf39ffe87e320f (diff)
gnu: Add go-github-com-puzpuzpuz-xsync-v2.
* gnu/packages/golang-xyz.scm (go-github-com-puzpuzpuz-xsync-v2): New variable. Change-Id: I0ec6b0e5a461bbd59d601840d477efcc2a4fdb2b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/golang-xyz.scm19
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index f30c641732..23f2b54748 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -22764,6 +22764,25 @@ provides the following concurrent data structures for Go: a concurrent
counter, concurrent hash table, multiple concurrent queues and @code{mutex}.")
(license license:expat)))
+(define-public go-github-com-puzpuzpuz-xsync-v2
+ (package
+ (inherit go-github-com-puzpuzpuz-xsync)
+ (name "go-github-com-puzpuzpuz-xsync-v2")
+ (version "2.5.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/puzpuzpuz/xsync")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1almmzvkhyvhdwyhv9jphbhcm5yv45cmv9v39r3rcbkvl212igmz"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/puzpuzpuz/xsync/v2"))))
+
(define-public go-github-com-quasilyte-go-ruleguard-dsl
(package
(name "go-github-com-quasilyte-go-ruleguard-dsl")