mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: go-github-com-stretchr-testify: Update to 1.9.0.
* gnu/packages/golang-check.scm (go-github-com-stretchr-testify): Update to 1.9.0. (go-github-com-stretchr-testify-next): Delete variable. (go-go-uber-org-goleak): [native-inputs]: Remove go-github-com-stretchr-testify-next; add go-github-com-stretchr-testify. * gnu/packages/golang-web.scm (go-github-com-quic-go-webtransport-go): [native-inputs]: Remove go-github-com-stretchr-testify-next; add go-github-com-stretchr-testify. * gnu/packages/golang-xyz.scm (go-github-com-masterminds-semver-v3, go-go-uber-org-dig, go-go-uber-org-fx, go-go-uber-org-zap): [native-inputs]: Remove go-github-com-stretchr-testify-next; add go-github-com-stretchr-testify. Change-Id: Ife39309254b5d89fcb61d84183771a4aab7e13db
This commit is contained in:
parent
d43795cd20
commit
d7f4f2c053
3 changed files with 8 additions and 23 deletions
|
@ -878,7 +878,7 @@ (define-public go-github-com-sasha-s-go-deadlock
|
||||||
(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.7.0")
|
(version "1.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -888,7 +888,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
|
||||||
"0ixgjsvafr3513pz3r6pmgk074s2dxkll0dadvl25gkf30rkmh10"))))
|
"12cnhk96h8b3ddlb7jfvwwavzc0j1c2iva92pszl9rv6r571ckzg"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/stretchr/testify"))
|
'(#:import-path "github.com/stretchr/testify"))
|
||||||
|
@ -923,21 +923,6 @@ (define-public go-github-com-stretchr-testify-bootstrap
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-gopkg-in-yaml-v3)))))
|
(list go-gopkg-in-yaml-v3)))))
|
||||||
|
|
||||||
(define-public go-github-com-stretchr-testify-next
|
|
||||||
(package
|
|
||||||
(inherit go-github-com-stretchr-testify)
|
|
||||||
(name "go-github-com-stretchr-testify")
|
|
||||||
(version "1.9.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/stretchr/testify")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "12cnhk96h8b3ddlb7jfvwwavzc0j1c2iva92pszl9rv6r571ckzg"))))))
|
|
||||||
|
|
||||||
(define-public go-github-com-tdewolff-test
|
(define-public go-github-com-tdewolff-test
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-tdewolff-test")
|
(name "go-github-com-tdewolff-test")
|
||||||
|
@ -1280,7 +1265,7 @@ (define-public go-go-uber-org-goleak
|
||||||
(list
|
(list
|
||||||
#:import-path "go.uber.org/goleak"))
|
#:import-path "go.uber.org/goleak"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-stretchr-testify-next))
|
(list go-github-com-stretchr-testify))
|
||||||
(home-page "https://pkg.go.dev/go.uber.org/goleak")
|
(home-page "https://pkg.go.dev/go.uber.org/goleak")
|
||||||
(synopsis "Goroutine leak detector")
|
(synopsis "Goroutine leak detector")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -2786,7 +2786,7 @@ (define-public go-github-com-quic-go-webtransport-go
|
||||||
#:import-path "github.com/quic-go/webtransport-go"))
|
#:import-path "github.com/quic-go/webtransport-go"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-go-uber-org-mock
|
(list go-go-uber-org-mock
|
||||||
go-github-com-stretchr-testify-next))
|
go-github-com-stretchr-testify))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-quic-go-quic-go
|
(list go-github-com-quic-go-quic-go
|
||||||
go-golang-org-x-exp))
|
go-golang-org-x-exp))
|
||||||
|
|
|
@ -3111,7 +3111,7 @@ (define-public go-github-com-masterminds-semver-v3
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/Masterminds/semver/v3"))
|
#:import-path "github.com/Masterminds/semver/v3"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-stretchr-testify-next))
|
(list go-github-com-stretchr-testify))
|
||||||
(home-page "https://github.com/Masterminds/semver/")
|
(home-page "https://github.com/Masterminds/semver/")
|
||||||
(synopsis "@code{semver} helps to work with semantic versions")
|
(synopsis "@code{semver} helps to work with semantic versions")
|
||||||
(description
|
(description
|
||||||
|
@ -5158,7 +5158,7 @@ (define-public go-go-uber-org-dig
|
||||||
(list
|
(list
|
||||||
#:import-path "go.uber.org/dig"))
|
#:import-path "go.uber.org/dig"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-stretchr-testify-next))
|
(list go-github-com-stretchr-testify))
|
||||||
(home-page "https://pkg.go.dev/go.uber.org/dig")
|
(home-page "https://pkg.go.dev/go.uber.org/dig")
|
||||||
(synopsis "Reflection based dependency injection toolkit for Golang")
|
(synopsis "Reflection based dependency injection toolkit for Golang")
|
||||||
(description
|
(description
|
||||||
|
@ -5184,7 +5184,7 @@ (define-public go-go-uber-org-fx
|
||||||
(list
|
(list
|
||||||
#:import-path "go.uber.org/fx"))
|
#:import-path "go.uber.org/fx"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-stretchr-testify-next))
|
(list go-github-com-stretchr-testify))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-go-uber-org-dig
|
(list go-go-uber-org-dig
|
||||||
go-go-uber-org-goleak
|
go-go-uber-org-goleak
|
||||||
|
@ -5252,7 +5252,7 @@ (define-public go-go-uber-org-zap
|
||||||
(string-append "src/" import-path
|
(string-append "src/" import-path
|
||||||
"/stacktrace_ext_test.go")))))))
|
"/stacktrace_ext_test.go")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-stretchr-testify-next
|
(list go-github-com-stretchr-testify
|
||||||
go-go-uber-org-goleak
|
go-go-uber-org-goleak
|
||||||
go-golang-org-x-lint
|
go-golang-org-x-lint
|
||||||
go-honnef-co-go-tools))
|
go-honnef-co-go-tools))
|
||||||
|
|
Loading…
Reference in a new issue