mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-bits-and-blooms-bloom-v3: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-bits-and-blooms-bloom-v3): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ic66f3164c15d64f3fb9a2b6a22a83c2630bed528
This commit is contained in:
parent
04ea7f5818
commit
d44aad3fc4
2 changed files with 27 additions and 24 deletions
|
@ -1373,6 +1373,33 @@ mapping between non-negative integers and boolean values focused on efficient
|
||||||
space usage.")
|
space usage.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public go-github-com-bits-and-blooms-bloom-v3
|
||||||
|
(package
|
||||||
|
(name "go-github-com-bits-and-blooms-bloom-v3")
|
||||||
|
(version "3.7.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/bits-and-blooms/bloom")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "022pyzjp862ysl30aj105i2xmapn400ambjh8h1dcyjy9c0f8agn"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/bits-and-blooms/bloom"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-bits-and-blooms-bitset
|
||||||
|
go-github-com-twmb-murmur3))
|
||||||
|
(home-page "https://github.com/bits-and-blooms/bitset")
|
||||||
|
(synopsis "Bloom filters in Go")
|
||||||
|
(description
|
||||||
|
"This package provides a Go implementation of bloom filters,
|
||||||
|
based on murmurhash.")
|
||||||
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public go-github-com-blang-semver
|
(define-public go-github-com-blang-semver
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-blang-semver")
|
(name "go-github-com-blang-semver")
|
||||||
|
|
|
@ -4399,30 +4399,6 @@ a cron spec parser and job runner.")
|
||||||
Proxy functionality.")
|
Proxy functionality.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-bits-and-blooms-bloom-v3
|
|
||||||
(package
|
|
||||||
(name "go-github-com-bits-and-blooms-bloom-v3")
|
|
||||||
(version "3.7.0")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/bits-and-blooms/bloom")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"022pyzjp862ysl30aj105i2xmapn400ambjh8h1dcyjy9c0f8agn"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:import-path "github.com/bits-and-blooms/bloom"))
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-github-com-twmb-murmur3 go-github-com-bits-and-blooms-bitset))
|
|
||||||
(synopsis "Bloom filters in Go")
|
|
||||||
(description "This package provides a Go implementation of bloom filters,
|
|
||||||
based on murmurhash.")
|
|
||||||
(home-page "https://github.com/bits-and-blooms/bitset")
|
|
||||||
(license license:bsd-2)))
|
|
||||||
|
|
||||||
(define-public go-golang-org-rainycape-unidecode
|
(define-public go-golang-org-rainycape-unidecode
|
||||||
(let ((commit "cb7f23ec59bec0d61b19c56cd88cee3d0cc1870c")
|
(let ((commit "cb7f23ec59bec0d61b19c56cd88cee3d0cc1870c")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue