mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: Add go-github-com-stretchr-testify-next.
* gnu/packages/golang-check.scm (go-github-com-stretchr-testify-next): New variable. Change-Id: Ib24b9f68be04ba4066fb130909e59e1df71e4bf7
This commit is contained in:
parent
fcb3a177f6
commit
e86eb91206
1 changed files with 15 additions and 0 deletions
|
@ -748,6 +748,21 @@ (define-public go-github-com-stretchr-testify-bootstrap
|
|||
(propagated-inputs
|
||||
(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
|
||||
(package
|
||||
(name "go-github-com-tdewolff-test")
|
||||
|
|
Loading…
Reference in a new issue