Archived
1
0
Fork 0

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:
Jakub Kądziołka 2020-05-22 17:01:59 +02:00
parent 388ffbfbfe
commit 715f589ea3
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -941,25 +941,27 @@ 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
"b1f989447a57594c728884458a39abf3a73447f7")
(revision "0"))
(package (package
(name "go-github-com-stretchr-testify") (name "go-github-com-stretchr-testify")
(version (git-version "1.1.4" revision commit)) (version "1.5.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/stretchr/testify.git") (url "https://github.com/stretchr/testify.git")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0p0gkqzh2p8r5g0rxm885ljl7ghih7h7hx9w562imx5ka0vdgixv")))) "09r89m1wy4cjv2nps1ykp00qjpi0531r07q3s34hr7m6njk4srkl"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/stretchr/testify")) '(#:import-path "github.com/stretchr/testify"))
(propagated-inputs
`(("github.com/davecgh/go-spew" ,go-github-com-davecgh-go-spew)
("github.com/pmezard/go-difflib" ,go-github-com-pmezard-go-difflib)
("github.com/stretchr/objx" ,go-github-com-stretchr-objx)
("gopkg.in/yaml.v2" ,go-gopkg-in-yaml-v2)))
(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
@ -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