1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Add go-github-com-blevesearch-zapx-v12.

* gnu/packages/golang-xyz.scm (go-github-com-blevesearch-zapx-v12): New
variable.

Change-Id: I76dc1f3400f819e0a37a72f8b0b8f7fb2c3f7f0e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Arun Isaac
2026-02-08 21:15:02 +00:00
committed by Sharlatan Hellseher
parent b2d1b73ed3
commit a734229a93

View File

@@ -3559,6 +3559,24 @@ It is documented at
originated as @url{https://github.com/blevesearch/zap}.")
(license license:asl2.0)))
(define-public go-github-com-blevesearch-zapx-v12
(package
(inherit go-github-com-blevesearch-zapx-v11)
(name "go-github-com-blevesearch-zapx-v12")
(version "12.4.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/blevesearch/zapx")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "15n81idz555rvfj8jr2sz18x2s9smvc8x2yj2x97djd9qn8b7b6a"))))
(arguments
(list
#:import-path "github.com/blevesearch/zapx/v12"))))
(define-public go-github-com-bmatcuk-doublestar
(package
(name "go-github-com-bmatcuk-doublestar")