gnu: go-github-com-stretchr-testify: Update to 1.5.1.
* gnu/packages/golang.scm (go-github-com-stretchr-testify): Update to 1.5.1.
This commit is contained in:
parent
388ffbfbfe
commit
715f589ea3
1 changed files with 25 additions and 23 deletions
|
@ -941,28 +941,30 @@ slices, JSON and other data.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-stretchr-testify
|
(define-public go-github-com-stretchr-testify
|
||||||
(let ((commit
|
(package
|
||||||
"b1f989447a57594c728884458a39abf3a73447f7")
|
(name "go-github-com-stretchr-testify")
|
||||||
(revision "0"))
|
(version "1.5.1")
|
||||||
(package
|
(source
|
||||||
(name "go-github-com-stretchr-testify")
|
(origin
|
||||||
(version (git-version "1.1.4" revision commit))
|
(method git-fetch)
|
||||||
(source
|
(uri (git-reference
|
||||||
(origin
|
(url "https://github.com/stretchr/testify.git")
|
||||||
(method git-fetch)
|
(commit (string-append "v" version))))
|
||||||
(uri (git-reference
|
(file-name (git-file-name name version))
|
||||||
(url "https://github.com/stretchr/testify.git")
|
(sha256
|
||||||
(commit commit)))
|
(base32
|
||||||
(file-name (git-file-name name version))
|
"09r89m1wy4cjv2nps1ykp00qjpi0531r07q3s34hr7m6njk4srkl"))))
|
||||||
(sha256
|
(build-system go-build-system)
|
||||||
(base32
|
(arguments
|
||||||
"0p0gkqzh2p8r5g0rxm885ljl7ghih7h7hx9w562imx5ka0vdgixv"))))
|
'(#:import-path "github.com/stretchr/testify"))
|
||||||
(build-system go-build-system)
|
(propagated-inputs
|
||||||
(arguments
|
`(("github.com/davecgh/go-spew" ,go-github-com-davecgh-go-spew)
|
||||||
'(#:import-path "github.com/stretchr/testify"))
|
("github.com/pmezard/go-difflib" ,go-github-com-pmezard-go-difflib)
|
||||||
(home-page "https://github.com/stretchr/testify")
|
("github.com/stretchr/objx" ,go-github-com-stretchr-objx)
|
||||||
(synopsis "Go helper library for tests and invariant checking")
|
("gopkg.in/yaml.v2" ,go-gopkg-in-yaml-v2)))
|
||||||
(description "This package provide many tools for testifying that your
|
(home-page "https://github.com/stretchr/testify")
|
||||||
|
(synopsis "Go helper library for tests and invariant checking")
|
||||||
|
(description "This package provide many tools for testifying that your
|
||||||
code will behave as you intend.
|
code will behave as you intend.
|
||||||
|
|
||||||
Features include:
|
Features include:
|
||||||
|
@ -972,7 +974,7 @@ Features include:
|
||||||
@item HTTP response trapping
|
@item HTTP response trapping
|
||||||
@item Testing suite interfaces and functions.
|
@item Testing suite interfaces and functions.
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-tevino-abool
|
(define-public go-github-com-tevino-abool
|
||||||
(let ((commit
|
(let ((commit
|
||||||
|
|
Reference in a new issue