mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +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 @@ workloads. This kind of profiling is also known as wall-clock profiling.")
|
||||||
(define-public go-github-com-frankban-quicktest
|
(define-public go-github-com-frankban-quicktest
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-frankban-quicktest")
|
(name "go-github-com-frankban-quicktest")
|
||||||
(version "1.11.1")
|
(version "1.14.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -295,11 +295,11 @@ workloads. This kind of profiling is also known as wall-clock profiling.")
|
||||||
(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 "0gnh9v4cg39pw8y356299zhh5jmq2p4cf9945lfiqsjsk7h6ld70"))))
|
||||||
"0b1b44b2hli2p969gqz30z8v9z6ahlklpqzi17nwk1lsjz9yv938"))))
|
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/frankban/quicktest"))
|
(list
|
||||||
|
#:import-path "github.com/frankban/quicktest"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-google-go-cmp go-github-com-kr-pretty))
|
(list go-github-com-google-go-cmp go-github-com-kr-pretty))
|
||||||
(home-page "https://github.com/frankban/quicktest")
|
(home-page "https://github.com/frankban/quicktest")
|
||||||
|
|
Loading…
Add table
Reference in a new issue