[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
162/172: gnu: Add go-github-com-matryer-is.
From: |
guix-commits |
Subject: |
162/172: gnu: Add go-github-com-matryer-is. |
Date: |
Mon, 21 Oct 2024 17:30:44 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 7ac4ad21d73b183f64d490e55f4db770a07f06e1
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Sep 26 11:01:47 2024 +0100
gnu: Add go-github-com-matryer-is.
* gnu/packages/golang-check.scm (go-github-com-matryer-is): New variable.
Change-Id: I215a7291620b7c2fc34ae759801466856e829263
---
gnu/packages/golang-check.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 958b35f63d..3e33cdb976 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -733,6 +733,30 @@ integrates with the default test runner, so you can use it
with the standard
output capturing, mocking, and much more.")
(license license:expat)))
+(define-public go-github-com-matryer-is
+ (package
+ (name "go-github-com-matryer-is")
+ (version "1.4.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/matryer/is")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "04wgh8j2n19a5a4p8jjnya6yl5dm07kbbcz8gq6gj980bd9fk1ir"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/matryer/is"))
+ (home-page "https://github.com/matryer/is")
+ (synopsis "Lightweight testing mini-framework for Golang")
+ (description
+ "Package is provides a lightweight extension to the standard library's
+testing capabilities.")
+ (license license:expat)))
+
(define-public go-github-com-onsi-ginkgo
(package
(name "go-github-com-onsi-ginkgo")
- 89/172: gnu: go-github-com-go-git-go-git-v5: Update style., (continued)
- 89/172: gnu: go-github-com-go-git-go-git-v5: Update style., guix-commits, 2024/10/21
- 13/172: gnu: Remove go-github-com-kyoh86-xdg., guix-commits, 2024/10/21
- 24/172: gnu: go-golang-org-x-image: Update to 0.20.0., guix-commits, 2024/10/21
- 27/172: gnu: go-golang-org-x-sys: Update to 0.25.0., guix-commits, 2024/10/21
- 38/172: gnu: go-github-com-libp2p-go-msgio: Fix build., guix-commits, 2024/10/21
- 29/172: gnu: go-golang-org-x-text: Update to 0.18.0., guix-commits, 2024/10/21
- 67/172: gnu: go-github-com-google-goterm: Move to golang-xyz., guix-commits, 2024/10/21
- 81/172: gnu: go-github-com-go-git-go-git-fixtures: Rename variable., guix-commits, 2024/10/21
- 46/172: gnu: kubo: Fix build., guix-commits, 2024/10/21
- 90/172: gnu: Add go-github-com-bmatcuk-doublestar-v3., guix-commits, 2024/10/21
- 162/172: gnu: Add go-github-com-matryer-is.,
guix-commits <=
- 168/172: gnu: go-github-com-subosito-gotenv: Move to golang-xyz., guix-commits, 2024/10/21
- 66/172: gnu: go-github-com-google-goterm: Fix indentation., guix-commits, 2024/10/21
- 71/172: gnu: go-github-com-jonboulle-clockwork: Move to golang-xyz., guix-commits, 2024/10/21
- 73/172: gnu: go-github-com-google-btree: Update to 1.1.3., guix-commits, 2024/10/21
- 84/172: gnu: Add go-github-com-cyphar-filepath-securejoin., guix-commits, 2024/10/21
- 86/172: gnu: go-github-com-go-git-go-billy: Rename variable., guix-commits, 2024/10/21
- 93/172: gnu: Add go-github-com-muesli-combinator., guix-commits, 2024/10/21
- 146/172: gnu: Add go-github-com-prometheus-community-pro-bing., guix-commits, 2024/10/21
- 151/172: gnu: go-github-com-emersion-go-autostart: Move to golang-xyz., guix-commits, 2024/10/21
- 155/172: gnu: Add go-rsc-io-binaryregexp., guix-commits, 2024/10/21