mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: go-github-com-bits-and-blooms-bloom: Rename variable.
* gnu/packages/golang.scm (go-github-com-bits-and-blooms-bloom): Rename variable to go-github-com-bits-and-blooms-bloom-v3 to reflect go.mod import path. * gnu/packages/networking.scm (yggdrasil) [propagated-inputs]: Remove go-github-com-bits-and-blooms-bloom; add go-github-com-bits-and-blooms-bloom-v3. Change-Id: Idc568d5e7357da4ce74d53ac575421f32260f766
This commit is contained in:
parent
3fbccedb86
commit
39fab0cf8c
2 changed files with 3 additions and 3 deletions
|
@ -6188,9 +6188,9 @@ efficient space usage.")
|
||||||
(home-page "https://github.com/bits-and-blooms/bitset")
|
(home-page "https://github.com/bits-and-blooms/bitset")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-bits-and-blooms-bloom
|
(define-public go-github-com-bits-and-blooms-bloom-v3
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-bits-and-blooms-bloom")
|
(name "go-github-com-bits-and-blooms-bloom-v3")
|
||||||
(version "3.7.0")
|
(version "3.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
|
@ -4666,7 +4666,7 @@ QUIC protocol.")
|
||||||
go-github-com-vishvananda-netns
|
go-github-com-vishvananda-netns
|
||||||
go-github-com-vishvananda-netlink
|
go-github-com-vishvananda-netlink
|
||||||
go-github-com-bits-and-blooms-bitset
|
go-github-com-bits-and-blooms-bitset
|
||||||
go-github-com-bits-and-blooms-bloom
|
go-github-com-bits-and-blooms-bloom-v3
|
||||||
go-github-com-quic-go-quic-go
|
go-github-com-quic-go-quic-go
|
||||||
go-github-com-hjson-hjson-go-v4
|
go-github-com-hjson-hjson-go-v4
|
||||||
go-github-com-olekukonko-tablewriter
|
go-github-com-olekukonko-tablewriter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue