diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-30 13:53:01 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-30 21:44:22 +0100 |
| commit | e03dbf5f94a60ddc9d26676059b53d7b4c1721ca (patch) | |
| tree | e5289613397894a1eb8d19f056dfe426b56a23a7 /gnu | |
| parent | 7b5c711ceb6222b350b9edd5552de5d98802286d (diff) | |
gnu: Add go-github-com-puzpuzpuz-xsync-v3.
* gnu/packages/golang-xyz.scm (go-github-com-puzpuzpuz-xsync-v3): New variable.
Change-Id: If8ab9c1bf1ffa82d912f04797e9394ce218f7462
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 23f2b54748..61bc99cc38 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -22783,6 +22783,25 @@ counter, concurrent hash table, multiple concurrent queues and @code{mutex}.") (list #:import-path "github.com/puzpuzpuz/xsync/v2")))) +(define-public go-github-com-puzpuzpuz-xsync-v3 + (package + (inherit go-github-com-puzpuzpuz-xsync-v2) + (name "go-github-com-puzpuzpuz-xsync-v3") + (version "3.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 "0k2ir8ixr5h0rwfd4i0nxlgmcrklld06jcbp5ghxk6hpxrhzs1y8")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/puzpuzpuz/xsync/v3")))) + (define-public go-github-com-quasilyte-go-ruleguard-dsl (package (name "go-github-com-quasilyte-go-ruleguard-dsl") |
