[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72963] [PATCH go-team v2 02/22] gnu: Add go-github-com-sebdah-goldi
From: |
Herman Rimm |
Subject: |
[bug#72963] [PATCH go-team v2 02/22] gnu: Add go-github-com-sebdah-goldie-v2. |
Date: |
Tue, 3 Dec 2024 14:14:47 +0100 |
* gnu/packages/golang-xyz.scm (go-github-com-sebdah-goldie-v2): Add
variable.
---
gnu/packages/golang-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index e88f0206ef..4f824ab935 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6979,6 +6979,32 @@ (define-public go-github-com-schollz-progressbar-v3
is undetermined, a customizable spinner is shown.")
(license license:expat)))
+(define-public go-github-com-sebdah-goldie-v2
+ (package
+ (name "go-github-com-sebdah-goldie-v2")
+ (version "2.5.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sebdah/goldie")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "12gji9p6b6zlkisbd3ww103zwd5chlwkb6h5dppfrmgxim84n5n0"))))
+ (build-system go-build-system)
+ (arguments (list #:import-path "github.com/sebdah/goldie/v2"))
+ (propagated-inputs (list go-github-com-stretchr-testify
+ go-github-com-sergi-go-diff
+ go-github-com-pmezard-go-difflib))
+ (home-page "https://github.com/sebdah/goldie")
+ (synopsis "Golden test utility")
+ (description
+ "Package goldie provides test assertions based on golden files.
+It's typically used for testing responses with larger data bodies.")
+ (license license:expat)))
+
(define-public go-github-com-sergi-go-diff
(package
(name "go-github-com-sergi-go-diff")
--
2.45.2
- [bug#72963] [PATCH go-team v2 01/22] gnu: Add go-github-com-buildkite-shellwords., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 05/22] gnu: Add go-github-com-charmbracelet-lipgloss., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 06/22] gnu: Add go-github-com-shurcool-graphql., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 04/22] gnu: Add go-github-com-charmbracelet-x-ansi., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 03/22] gnu: Add go-github-com-creack-pty-v2., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 07/22] gnu: Add go-github-com-shurcool-githubv4., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 08/22] gnu: Add go-github-com-charmbracelet-log., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 11/22] gnu: Add go-gopkg-in-dnaeon-go-vcr-v3-recorder., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 15/22] gnu: Add go-github-com-charmbracelet-x-windows., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 17/22] gnu: Add go-github-com-charmbracelet-x-term., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 02/22] gnu: Add go-github-com-sebdah-goldie-v2.,
Herman Rimm <=
- [bug#72963] [PATCH go-team v2 14/22] gnu: Add go-github-com-erikgeiser-coninput., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 13/22] gnu: Add go-inputs procedure., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 16/22] gnu: Add go-github-com-charmbracelet-x-input., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 20/22] gnu: Add go-github-com-muesli-ansi., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 21/22] gnu: Add go-github-com-muesli-cancelreader., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 22/22] gnu: Add git-spice., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 09/22] gnu: Add go-github-com-vito-midterm., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 18/22] gnu: Add go-github-com-mattn-go-localereader., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 10/22] gnu: Add go-go-abhg-dev-requiredfield., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 12/22] gnu: Add go-github-com-charmbracelet-bubbles., Herman Rimm, 2024/12/03