[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
141/172: gnu: go-github-com-smartystreets-goconvey: Update to v1.8.1.
From: |
guix-commits |
Subject: |
141/172: gnu: go-github-com-smartystreets-goconvey: Update to v1.8.1. |
Date: |
Mon, 21 Oct 2024 17:30:41 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 4757e3e1f70152f093080e1bee4b9258a5d9c0b8
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 22 20:32:15 2024 +0100
gnu: go-github-com-smartystreets-goconvey: Update to v1.8.1.
* gnu/packages/golang-check.scm (go-github-com-smartystreets-goconvey):
Update to v1.8.1.
[propagated-inputs]: Remove go-github-com-smartystreets-assertions; add
go-github-com-smarty-assertions and go-golang-org-x-tools.
Change-Id: I6846ee9b29c8f70afdddd342b71a2083dd94442a
---
gnu/packages/golang-check.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index aa5f12c9e9..f2f25b3838 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -1095,7 +1095,7 @@ functions for writing tests in Go.")
(define-public go-github-com-smartystreets-goconvey
(package
(name "go-github-com-smartystreets-goconvey")
- (version "1.6.3")
+ (version "v1.8.1")
(source
(origin
(method git-fetch)
@@ -1104,13 +1104,14 @@ functions for writing tests in Go.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1ph18rkl3ns3fgin5i4j54w5a69grrmf3apcsmnpdn1wlrbs3dxh"))))
+ (base32 "0s9s7yd4jfwgirnz46kw1sfhgcgsdzfxlca6q16i6ixaqczfaap9"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/smartystreets/goconvey"))
(propagated-inputs
(list go-github-com-jtolds-gls
- go-github-com-smartystreets-assertions))
+ go-github-com-smarty-assertions
+ go-golang-org-x-tools))
(home-page "https://github.com/smartystreets/goconvey")
(synopsis "Go testing tool with both a web and terminal user interface")
(description "GoConvey is a testing tool for Go. It integrates with go
- 58/172: gnu: gopls: Update to 0.16.2., (continued)
- 58/172: gnu: gopls: Update to 0.16.2., guix-commits, 2024/10/21
- 104/172: gnu: Add go-github-com-hashicorp-go-retryablehttp., guix-commits, 2024/10/21
- 102/172: gnu: Add go-github-com-datadog-datadog-go-v5., guix-commits, 2024/10/21
- 99/172: gnu: Add go-github-com-gofrs-uuid., guix-commits, 2024/10/21
- 111/172: gnu: Add go-github-com-ryanuber-columnize., guix-commits, 2024/10/21
- 115/172: gnu: Add go-github-com-tinylib-msgp., guix-commits, 2024/10/21
- 120/172: gnu: miniflux: Fix build., guix-commits, 2024/10/21
- 124/172: gnu: go-github-com-matttproud-golang-protobuf-extensions-v2: Fix build., guix-commits, 2024/10/21
- 126/172: gnu: build/go: Apply default 'fix-embed-files phase., guix-commits, 2024/10/21
- 131/172: gnu: go-github-com-aead-chacha20: Update to 0.0.0-20180709150244-8b13a72661da., guix-commits, 2024/10/21
- 141/172: gnu: go-github-com-smartystreets-goconvey: Update to v1.8.1.,
guix-commits <=
- 147/172: gnu: go-gopkg-in-natefinch-lumberjack.v2: Rename variable., guix-commits, 2024/10/21
- 172/172: gnu: go-1.23: Update to 1.23.2., guix-commits, 2024/10/21
- 132/172: gnu: go-github-com-aead-chacha20: Fix indentation., guix-commits, 2024/10/21
- 133/172: gnu: go-github-com-shadowsocks-go-shadowsocks2: Update to 0.1.5., guix-commits, 2024/10/21
- 136/172: gnu: Add go-github-com-xtaci-lossyconn., guix-commits, 2024/10/21
- 139/172: gnu: Add go-github-com-smarty-assertions., guix-commits, 2024/10/21
- 135/172: gnu: Add go-github-com-xtaci-smux., guix-commits, 2024/10/21
- 14/172: gnu: Remove go-github-com-rylans-getlang., guix-commits, 2024/10/21
- 33/172: gnu: go-github-com-golang-protobuf: Update to 1.5.4., guix-commits, 2024/10/21
- 63/172: gnu: go-github-com-google-go-querystring: Fix indentation., guix-commits, 2024/10/21