mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: go-github-com-bits-and-blooms-bitset: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-bits-and-blooms-bitset): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I2b4b08969f3b5973560e18755dfd34eb280b61d3
This commit is contained in:
parent
4bbfa60670
commit
04ea7f5818
2 changed files with 25 additions and 23 deletions
|
@ -1348,6 +1348,31 @@ robin or epsilon greedy mode, and unresponsive hosts are avoided.")
|
|||
information and periodically output metrics")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-bits-and-blooms-bitset
|
||||
(package
|
||||
(name "go-github-com-bits-and-blooms-bitset")
|
||||
(version "1.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/bits-and-blooms/bitset")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1m1rk1bf6i1jnhjxm774i3rhg8n8s88a3n5pnhg5a9gf34y7r8az"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/bits-and-blooms/bitset"))
|
||||
(home-page "https://github.com/bits-and-blooms/bitset")
|
||||
(synopsis "Bitsets in Go")
|
||||
(description
|
||||
"This package provides a Go implementation of bitsets, which are a
|
||||
mapping between non-negative integers and boolean values focused on efficient
|
||||
space usage.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-blang-semver
|
||||
(package
|
||||
(name "go-github-com-blang-semver")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue