mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: go-github-com-frankban-quicktest: Update to 1.14.6.
* gnu/packages/golang-check.scm (go-github-com-frankban-quicktest): Update to 1.14.6. Change-Id: I61fcf3f0c00070aeedd4c02742d8f773d479d9df
This commit is contained in:
parent
f4f6067219
commit
5603a0df4b
1 changed files with 4 additions and 4 deletions
|
@ -286,7 +286,7 @@ (define-public go-github-com-felixge-fgprof
|
|||
(define-public go-github-com-frankban-quicktest
|
||||
(package
|
||||
(name "go-github-com-frankban-quicktest")
|
||||
(version "1.11.1")
|
||||
(version "1.14.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -295,11 +295,11 @@ (define-public go-github-com-frankban-quicktest
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0b1b44b2hli2p969gqz30z8v9z6ahlklpqzi17nwk1lsjz9yv938"))))
|
||||
(base32 "0gnh9v4cg39pw8y356299zhh5jmq2p4cf9945lfiqsjsk7h6ld70"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/frankban/quicktest"))
|
||||
(list
|
||||
#:import-path "github.com/frankban/quicktest"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-google-go-cmp go-github-com-kr-pretty))
|
||||
(home-page "https://github.com/frankban/quicktest")
|
||||
|
|
Loading…
Reference in a new issue