[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/24: gnu: Add go-github-com-go-playground-assert-v2.
From: |
guix-commits |
Subject: |
14/24: gnu: Add go-github-com-go-playground-assert-v2. |
Date: |
Fri, 16 Feb 2024 09:21:13 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit d2a64c84a92f6a0b46aaaf74b838a208ecce9d9d
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Jul 29 01:20:00 2023 +0800
gnu: Add go-github-com-go-playground-assert-v2.
* gnu/packages/golang-check.scm (go-github-com-go-playground-assert-v2):
New variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I18a67488291313c18a8e973614d78b6344d4dc45
---
gnu/packages/golang-check.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 5df3d9ccec..4874e0c9ae 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -755,6 +755,23 @@ reformat the source code, it only prints out style
mistakes.")
custom assertions to be used alongside native Go testing.")
(license license:expat)))
+(define-public go-github-com-go-playground-assert-v2
+ (package
+ (inherit go-gopkg-in-go-playground-assert-v1)
+ (name "go-github-com-go-playground-assert-v2")
+ (version "2.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/go-playground/assert")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "13mb07dxhcy9ydqbracnrpfj682g6sazjpm56yrlbn2jc1yfy44c"))))
+ (arguments
+ (list #:import-path "github.com/go-playground/assert/v2"))))
+
(define-public go-honnef-co-go-tools
(package
(name "go-honnef-co-go-tools")
- 24/24: gnu: Add yq., (continued)
- 24/24: gnu: Add yq., guix-commits, 2024/02/16
- 22/24: gnu: Add go-gopkg-in-op-go-logging-v1., guix-commits, 2024/02/16
- 07/24: gnu: Add go-github-com-elliotchance-orderedmap., guix-commits, 2024/02/16
- 10/24: gnu: go-github-com-fatih-color: Update to 1.16.0., guix-commits, 2024/02/16
- 12/24: gnu: go-github-com-go-playground-universal-translator: Update to 0.18.1., guix-commits, 2024/02/16
- 01/24: gnu: Add go-github-com-a8m-envsubst., guix-commits, 2024/02/16
- 13/24: gnu: go-github-com-leodido-go-urn: Update to 1.4.0., guix-commits, 2024/02/16
- 06/24: gnu: Add go-github-com-dimchansky-utfbom., guix-commits, 2024/02/16
- 08/24: gnu: go-github-com-mattn-go-isatty: Update to 0.0.20., guix-commits, 2024/02/16
- 15/24: gnu: Add go-github-com-go-playground-validator-v10., guix-commits, 2024/02/16
- 14/24: gnu: Add go-github-com-go-playground-assert-v2.,
guix-commits <=
- 20/24: gnu: go-github-com-spf13-cobra: Update to 1.8.0., guix-commits, 2024/02/16
- 16/24: gnu: go-github-com-goccy-yaml: Update to 1.11.3., guix-commits, 2024/02/16