mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-cespare-xxhash: Rename variable.
* gnu/packages/golang-crypto.scm (go-github-com-cespare-xxhash): Rename to go-github-com-cespare-xxhash-v2 to reflect go.mod import path. * gnu/packages/golang-xyz.scm (go-github-com-coocood-freecache) [propagated-inputs]: Remove go-github-com-cespare-xxhash, add go-github-com-cespare-xxhash-v2. * gnu/packages/networking.scm (nebula) [native-inputs]: Remove go-github-com-cespare-xxhash, add go-github-com-cespare-xxhash-v2. * gnu/packages/textutils.scm (csvdiff): Likewise. Change-Id: I4d26cea51178d25962933ff6f19f0afafef61d6d
This commit is contained in:
parent
da5d887f6f
commit
b167bab9a1
4 changed files with 6 additions and 6 deletions
|
@ -355,9 +355,9 @@ needing to use secp256k1 elliptic curve cryptography.")
|
||||||
the Ristretto prime-order group built from Edwards25519.")
|
the Ristretto prime-order group built from Edwards25519.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-cespare-xxhash
|
(define-public go-github-com-cespare-xxhash-v2
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-cespare-xxhash")
|
(name "go-github-com-cespare-xxhash-v2")
|
||||||
(version "2.1.2")
|
(version "2.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -373,7 +373,7 @@ the Ristretto prime-order group built from Edwards25519.")
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/cespare/xxhash"
|
#:import-path "github.com/cespare/xxhash/v2"
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
|
|
|
@ -1237,7 +1237,7 @@ levels that works by wrapping the standard @code{log} library.")
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/coocood/freecache"))
|
#:import-path "github.com/coocood/freecache"))
|
||||||
(propagated-inputs (list go-github-com-cespare-xxhash))
|
(propagated-inputs (list go-github-com-cespare-xxhash-v2))
|
||||||
(home-page "https://github.com/coocood/freecache")
|
(home-page "https://github.com/coocood/freecache")
|
||||||
(synopsis "Caching library for Go")
|
(synopsis "Caching library for Go")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -4750,7 +4750,7 @@ IPv6 Internet connectivity - it also works over IPv4.")
|
||||||
(list go-dario-cat-mergo
|
(list go-dario-cat-mergo
|
||||||
go-github-com-anmitsu-go-shlex
|
go-github-com-anmitsu-go-shlex
|
||||||
go-github-com-armon-go-radix
|
go-github-com-armon-go-radix
|
||||||
go-github-com-cespare-xxhash
|
go-github-com-cespare-xxhash-v2
|
||||||
go-github-com-cyberdelia-go-metrics-graphite
|
go-github-com-cyberdelia-go-metrics-graphite
|
||||||
go-github-com-flynn-noise
|
go-github-com-flynn-noise
|
||||||
go-github-com-gogo-protobuf
|
go-github-com-gogo-protobuf
|
||||||
|
|
|
@ -1589,7 +1589,7 @@ files for valid UTF-8 use and to report which line endings they use.")
|
||||||
#:install-source? #f
|
#:install-source? #f
|
||||||
#:import-path "github.com/aswinkarthik/csvdiff"))
|
#:import-path "github.com/aswinkarthik/csvdiff"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-cespare-xxhash
|
(list go-github-com-cespare-xxhash-v2
|
||||||
go-github-com-fatih-color
|
go-github-com-fatih-color
|
||||||
go-github-com-spf13-afero
|
go-github-com-spf13-afero
|
||||||
go-github-com-spf13-cobra
|
go-github-com-spf13-cobra
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue