me
/
guix
Archived
1
0
Fork 0

gnu: Add go-github-com-stretchr-testify-next.

* gnu/packages/golang-check.scm (go-github-com-stretchr-testify-next):
New variable.

Change-Id: Ib24b9f68be04ba4066fb130909e59e1df71e4bf7
master
Sharlatan Hellseher 2024-04-12 14:56:58 +01:00
parent fcb3a177f6
commit e86eb91206
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 15 additions and 0 deletions

View File

@ -748,6 +748,21 @@ Features include:
(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")