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:
Sharlatan Hellseher 2024-07-20 18:16:19 +01:00
parent f4f6067219
commit 5603a0df4b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")