sharlatan pushed a commit to branch go-team
in repository guix.
commit 5603a0df4bbd84273b956f8bbba372d1290ca61d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jul 20 18:16:19 2024 +0100
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
---
gnu/packages/golang-check.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index dc7288bed9..bb7c0c7081 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -286,7 +286,7 @@ workloads. This kind of profiling is also known as
wall-clock profiling.")
(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 @@ workloads. This kind of profiling is also known as
wall-clock profiling.")
(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")