diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-20 18:17:39 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-25 21:00:59 +0100 |
commit | e69fe095d0bb0a828208ed7aa1c2c0040ae5f66e (patch) | |
tree | e747d63dc0875ccb1fe5f8b45b25a2f27bd839eb /gnu/packages/golang-check.scm | |
parent | 5603a0df4bbd84273b956f8bbba372d1290ca61d (diff) | |
download | guix-e69fe095d0bb0a828208ed7aa1c2c0040ae5f66e.tar.gz guix-e69fe095d0bb0a828208ed7aa1c2c0040ae5f66e.zip |
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
Diffstat (limited to 'gnu/packages/golang-check.scm')
-rw-r--r-- | gnu/packages/golang-check.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index bb7c0c7081..21019dcd27 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -926,7 +926,7 @@ Features include: (define-public go-github-com-tdewolff-test (package (name "go-github-com-tdewolff-test") - (version "1.0.9") + (version "1.0.10") (source (origin (method git-fetch) @@ -935,11 +935,11 @@ Features include: (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "10myz3zdkqmx37cvj507h7l2ncb0rq9shqvz9ggq1swijbsvazff")))) + (base32 "1ihlcnygwdgxq068b29d3n9n1gdbb2j03sc0al1qk5i5dkvgziyx")))) (build-system go-build-system) (arguments - (list #:import-path "github.com/tdewolff/test")) + (list + #:import-path "github.com/tdewolff/test")) (home-page "https://github.com/tdewolff/test") (synopsis "Go test helper functions") (description |