mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: go-github-com-bits-and-blooms-bitset: Update to 1.11.0.
* gnu/packages/golang.scm (go-github-com-bits-and-blooms-bitset): Update to 1.11.0. Change-Id: I36dff5e8434f736d448c4dc8918f36020d25303a Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
cad061327e
commit
f4b88255bc
1 changed files with 2 additions and 2 deletions
|
@ -8651,7 +8651,7 @@ (define-public go-github-com-mattn-go-sqlite3
|
|||
(define-public go-github-com-bits-and-blooms-bitset
|
||||
(package
|
||||
(name "go-github-com-bits-and-blooms-bitset")
|
||||
(version "1.1.10")
|
||||
(version "1.11.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -8660,7 +8660,7 @@ (define-public go-github-com-bits-and-blooms-bitset
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wpaxg6va3qwd0hq0b8rpb1hswvzzbfm2h8sjmcsdpbkydjjx9zg"))))
|
||||
"1ialciixmr98p10rh61rnnkxpqi1j9hycbkv9rnjl0vnmsnpy0cy"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/bits-and-blooms/bitset"))
|
||||
|
|
Loading…
Reference in a new issue