mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: go-github-com-spf13-cast: Update to 1.7.0.
* gnu/packages/golang.scm (go-github-com-spf13-cast): Update to 1.7.0. [native-inputs]: Remove go-github-com-stretchr-testify; add go-github-com-frankban-quicktest. Change-Id: Ifb1e93fa7fcb2d662f0c083e2c4f7ec41f9ff039
This commit is contained in:
parent
b5a55f662d
commit
9372925b27
1 changed files with 3 additions and 3 deletions
|
@ -3208,7 +3208,7 @@ containers.")
|
||||||
(define-public go-github-com-spf13-cast
|
(define-public go-github-com-spf13-cast
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-spf13-cast")
|
(name "go-github-com-spf13-cast")
|
||||||
(version "1.3.1")
|
(version "1.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3218,12 +3218,12 @@ containers.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lb84788glr0qzrq2ifi36rgvp96qrgywvxrr3ggq5hrbr38hgn1"))))
|
"1l39v7zd8i8vvwls2frfxc583im5nj5x5lrdss4pcc36cd5a9vf4"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/spf13/cast"))
|
`(#:import-path "github.com/spf13/cast"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-stretchr-testify))
|
(list go-github-com-frankban-quicktest))
|
||||||
(home-page "https://github.com/spf13/cast")
|
(home-page "https://github.com/spf13/cast")
|
||||||
(synopsis "Safe and easy casting from one type to another in Go")
|
(synopsis "Safe and easy casting from one type to another in Go")
|
||||||
(description "Safe and easy casting from one type to another in Go")
|
(description "Safe and easy casting from one type to another in Go")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue