diff options
| author | jgart <jgart@dismail.de> | 2026-02-06 15:14:28 -0600 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-02-06 15:19:52 -0600 |
| commit | 650dfdcdc8e1033d1ad7f39afe24bacac6d96667 (patch) | |
| tree | 289011306c23b87e90b4a323ae73c50ea0e92e90 /gnu | |
| parent | cf5d0bc5a65fc89e721519df407380f04ba1a585 (diff) | |
Revert "gnu: Add go-github-com-blevesearch-zapx-v11."
This reverts commit c3971200b7518c8920f1e30397297780042783dc.
Change-Id: I0c4248984cfa80d755e34dcfe97a9adec73e1607
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 0f40dcaed1..9467505f8f 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -15087,23 +15087,6 @@ format.") (arguments (list #:import-path "github.com/blevesearch/zapx/v12")))) -(define-public go-github-com-blevesearch-zapx-v11 - (package - (inherit go-github-com-blevesearch-zapx-v16) - (name "go-github-com-blevesearch-zapx-v11") - (version "11.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 "192d9x0lw73i1px2wn8b5wvb3gjhirrvaghpv15qamxhc5rmqd33")))) - (arguments - (list #:import-path "github.com/blevesearch/zapx/v11")))) - (define-public go-github-com-blevesearch-gtreap (package (name "go-github-com-blevesearch-gtreap") |
