mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-tdewolff-test: Update to 1.0.10.
* gnu/packages/golang-check.scm (go-github-com-tdewolff-test): Update to 1.0.10. Change-Id: Ib74ea6da165dd68ab3683979d5c461c8ddb4259c
This commit is contained in:
parent
5603a0df4b
commit
e69fe095d0
1 changed files with 4 additions and 4 deletions
|
@ -926,7 +926,7 @@ Features include:
|
||||||
(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")
|
||||||
(version "1.0.9")
|
(version "1.0.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -935,11 +935,11 @@ Features include:
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1ihlcnygwdgxq068b29d3n9n1gdbb2j03sc0al1qk5i5dkvgziyx"))))
|
||||||
"10myz3zdkqmx37cvj507h7l2ncb0rq9shqvz9ggq1swijbsvazff"))))
|
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:import-path "github.com/tdewolff/test"))
|
(list
|
||||||
|
#:import-path "github.com/tdewolff/test"))
|
||||||
(home-page "https://github.com/tdewolff/test")
|
(home-page "https://github.com/tdewolff/test")
|
||||||
(synopsis "Go test helper functions")
|
(synopsis "Go test helper functions")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue