[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72963] [PATCH go-team 06/30] gnu: Add go-github-com-aymanbagabas-go
From: |
Herman Rimm |
Subject: |
[bug#72963] [PATCH go-team 06/30] gnu: Add go-github-com-aymanbagabas-go-udiff. |
Date: |
Mon, 2 Sep 2024 14:18:14 +0200 |
* gnu/packages/golang-xyz.scm (go-github-com-aymanbagabas-go-udiff): Add
variable.
---
gnu/packages/golang-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 9bfafb2a3d..f3d5a48b0d 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1057,6 +1057,27 @@ (define-public go-github-com-aymanbagabas-go-osc52-v2
clipboard.")
(license license:expat)))
+(define-public go-github-com-aymanbagabas-go-udiff
+ (package
+ (name "go-github-com-aymanbagabas-go-udiff")
+ (version "0.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/aymanbagabas/go-udiff")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "09p17r8s5flhq6p69z08345q0y99dpb0yyashlwpgxn45xir7y6g"))))
+ (build-system go-build-system)
+ (arguments (list #:import-path "github.com/aymanbagabas/go-udiff"))
+ (home-page "https://github.com/aymanbagabas/go-udiff")
+ (synopsis "Compute text file or string differences")
+ (description
+ "Package µDiff computes differences between text files or strings.")
+ (license license:expat)))
+
(define-public go-github-com-benbjohnson-clock
(package
(name "go-github-com-benbjohnson-clock")
--
2.45.2
- [bug#72963] [PATCH go-team 01/30] gnu: Add go-github-com-buildkite-shellwords., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 02/30] gnu: Add go-github-com-sebdah-goldie-v2., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 04/30] gnu: Add go-github-com-creack-pty-v2., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 05/30] gnu: Add go-github-com-charmbracelet-x-ansi., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 07/30] gnu: Add go-github-com-charmbracelet-lipgloss., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 03/30] gnu: Add go-github-com-atotto-clipboard., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 06/30] gnu: Add go-github-com-aymanbagabas-go-udiff.,
Herman Rimm <=
- [bug#72963] [PATCH go-team 08/30] gnu: Add go-github-com-shurcool-graphql., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 09/30] gnu: Add go-github-com-shurcool-githubv4., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 10/30] gnu: Add go-github-com-charmbracelet-log., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 11/30] gnu: Add go-github-com-vito-midterm., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 12/30] gnu: Add go-go-abhg-dev-requiredfield., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 15/30] gnu: Add go-github-com-sahilm-fuzzy., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 17/30] gnu: Add go-inputs procedure., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 20/30] gnu: Add go-github-com-charmbracelet-x-input., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 26/30] gnu: Add go-github-com-rogpeppe-go-internal-diff., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 27/30] gnu: Add go-github-com-muesli-ansi., Herman Rimm, 2024/09/02