me
/
guix
Archived
1
0
Fork 0

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>
master
Artyom V. Poptsov 2023-11-04 12:34:17 +03:00 committed by Ludovic Courtès
parent cad061327e
commit f4b88255bc
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -8651,7 +8651,7 @@ directories. It is optimized for filewalking.")
(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 @@ directories. It is optimized for filewalking.")
(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"))