[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/74: gnu: go-github-com-frankban-quicktest: Update to 1.14.6.
From: |
guix-commits |
Subject: |
18/74: gnu: go-github-com-frankban-quicktest: Update to 1.14.6. |
Date: |
Thu, 25 Jul 2024 18:02:22 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 5603a0df4bbd84273b956f8bbba372d1290ca61d
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
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")
- branch go-team created (now 1129b6fe4a), guix-commits, 2024/07/25
- 01/74: gnu: go-golang-org-x-oauth2: Update to 0.21.0., guix-commits, 2024/07/25
- 03/74: gnu: go-golang-org-x-oauth2: Move to golang-web., guix-commits, 2024/07/25
- 06/74: gnu: go-github-com-google-go-cmp-cmp: Improve package style., guix-commits, 2024/07/25
- 10/74: gnu: go-golang-org-x-exp: Adjust package style., guix-commits, 2024/07/25
- 11/74: gnu: go-golang-org-x-exp: Enable tests., guix-commits, 2024/07/25
- 15/74: gnu: go-golang-org-sql-mock: Update to 1.5.2., guix-commits, 2024/07/25
- 17/74: gnu: go-github-com-onsi-ginkgo-v2: Update to 2.19.0., guix-commits, 2024/07/25
- 18/74: gnu: go-github-com-frankban-quicktest: Update to 1.14.6.,
guix-commits <=
- 24/74: gnu: go-pgregory-net-rapid: Build with default go., guix-commits, 2024/07/25
- 19/74: gnu: go-github-com-tdewolff-test: Update to 1.0.10., guix-commits, 2024/07/25
- 26/74: gnu: go-github-com-burntsushi-toml: Enable all tests., guix-commits, 2024/07/25
- 33/74: gnu: Add packages/prometheus module., guix-commits, 2024/07/25
- 07/74: gnu: go-github-com-google-go-cmp-cmp: Enable all tests., guix-commits, 2024/07/25
- 30/74: gnu: Add go-tomlv., guix-commits, 2024/07/25
- 36/74: gnu: go-github-com-jpillora-backoff: Move to golang-xyz., guix-commits, 2024/07/25
- 42/74: gnu: go-github-com-prometheus-common: Remove submodules., guix-commits, 2024/07/25
- 43/74: gnu: go-github-com-prometheus-common: Update to 0.55.0., guix-commits, 2024/07/25
- 51/74: gnu: Add go-github-com-cespare-xxhash., guix-commits, 2024/07/25