mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: go-github-com-stretchr-testify: Update to 1.7.0.
* gnu/packages/golang.scm (go-github-com-stretchr-testify): Update to 1.7.0. [propagated-inputs]: Replace go-gopkg-in-yaml-v2 with go-gopkg-in-yaml-v3. (go-github-com-stretchr-testify-bootstrap)[propagated-inputs]: Add go-gopkg-in-yaml-v2. (go-github-com-stretchr-objx)[native-inputs]: Remove go-gopkg-in-yaml-v2.
This commit is contained in:
parent
ee1f63acc5
commit
531d986e01
1 changed files with 5 additions and 6 deletions
|
@ -2874,8 +2874,6 @@ (define-public go-github-com-stretchr-objx
|
||||||
go-github-com-pmezard-go-difflib))
|
go-github-com-pmezard-go-difflib))
|
||||||
(inputs
|
(inputs
|
||||||
(list go-github-com-stretchr-testify-bootstrap))
|
(list go-github-com-stretchr-testify-bootstrap))
|
||||||
(native-inputs
|
|
||||||
(list go-gopkg-in-yaml-v2))
|
|
||||||
(home-page "https://github.com/stretchr/objx")
|
(home-page "https://github.com/stretchr/objx")
|
||||||
(synopsis "Go package for dealing with maps, slices, JSON and other data")
|
(synopsis "Go package for dealing with maps, slices, JSON and other data")
|
||||||
(description "This package provides a Go library for dealing with maps,
|
(description "This package provides a Go library for dealing with maps,
|
||||||
|
@ -2885,7 +2883,7 @@ (define-public go-github-com-stretchr-objx
|
||||||
(define-public go-github-com-stretchr-testify
|
(define-public go-github-com-stretchr-testify
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-stretchr-testify")
|
(name "go-github-com-stretchr-testify")
|
||||||
(version "1.5.1")
|
(version "1.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2895,7 +2893,7 @@ (define-public go-github-com-stretchr-testify
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09r89m1wy4cjv2nps1ykp00qjpi0531r07q3s34hr7m6njk4srkl"))))
|
"0ixgjsvafr3513pz3r6pmgk074s2dxkll0dadvl25gkf30rkmh10"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/stretchr/testify"))
|
'(#:import-path "github.com/stretchr/testify"))
|
||||||
|
@ -2903,7 +2901,7 @@ (define-public go-github-com-stretchr-testify
|
||||||
`(("github.com/davecgh/go-spew" ,go-github-com-davecgh-go-spew)
|
`(("github.com/davecgh/go-spew" ,go-github-com-davecgh-go-spew)
|
||||||
("github.com/pmezard/go-difflib" ,go-github-com-pmezard-go-difflib)
|
("github.com/pmezard/go-difflib" ,go-github-com-pmezard-go-difflib)
|
||||||
("github.com/stretchr/objx" ,go-github-com-stretchr-objx)
|
("github.com/stretchr/objx" ,go-github-com-stretchr-objx)
|
||||||
("gopkg.in/yaml.v2" ,go-gopkg-in-yaml-v2)))
|
("gopkg.in/yaml.v3" ,go-gopkg-in-yaml-v3)))
|
||||||
(home-page "https://github.com/stretchr/testify")
|
(home-page "https://github.com/stretchr/testify")
|
||||||
(synopsis "Go helper library for tests and invariant checking")
|
(synopsis "Go helper library for tests and invariant checking")
|
||||||
(description "This package provide many tools for testifying that your
|
(description "This package provide many tools for testifying that your
|
||||||
|
@ -2926,7 +2924,8 @@ (define go-github-com-stretchr-testify-bootstrap
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(delete 'build))))
|
(delete 'build))))
|
||||||
(propagated-inputs '())))
|
(propagated-inputs
|
||||||
|
(list go-gopkg-in-yaml-v3))))
|
||||||
|
|
||||||
(define-public go-github-com-tevino-abool
|
(define-public go-github-com-tevino-abool
|
||||||
(let ((commit
|
(let ((commit
|
||||||
|
|
Loading…
Reference in a new issue