guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 9296093b46615217d61a64ad28e7b7e717ecbf4d
Author: Arun Isaac <[email protected]>
AuthorDate: Fri Feb 6 01:48:49 2026 +0000
gnu: Add go-github-com-blevesearch-mmap-go.
* gnu/packages/golang-xyz.scm (go-github-com-blevesearch-mmap-go): New
variable.
Signed-off-by: jgart <[email protected]>
---
gnu/packages/golang-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index cbb90e3871..2943572f59 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -7570,6 +7570,24 @@ program's running, don't expect consistent results
between platforms
@end itemize")
(license license:bsd-3)))
+(define-public go-github-com-blevesearch-mmap-go
+ (package
+ (inherit go-github-com-edsrzf-mmap-go)
+ (name "go-github-com-blevesearch-mmap-go")
+ (version "1.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/blevesearch/mmap-go")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1wnjv27jf0lg9vdmcnzc56b5gl7250qiq0y917yc2lghvp3qdafy"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/blevesearch/mmap-go"))))
+
(define-public go-github-com-edwvee-exiffix
(package
(name "go-github-com-edwvee-exiffix")