[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/28: gnu: Add go-github-com-goverter-patherr.
From: |
guix-commits |
Subject: |
16/28: gnu: Add go-github-com-goverter-patherr. |
Date: |
Thu, 2 Jan 2025 12:14:59 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 18d86c439da96395bf6cc0fd271ec2fad51a0b75
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Jan 2 15:19:08 2025 +0000
gnu: Add go-github-com-goverter-patherr.
* gnu/packages/golang-xyz.scm (go-github-com-goverter-patherr): New
variable.
Change-Id: Ieaf77a4f223282b549864df8ba9717fd8fa7b24e
---
gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 54f8225c7b..22708d3106 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -5548,6 +5548,30 @@ which satisfies the cron expression.")
provides a buffered io.Writer that is flushed at a timed interval.")
(license license:expat)))
+(define-public go-github-com-goverter-patherr
+ (package
+ (name "go-github-com-goverter-patherr")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/goverter/patherr")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1zjcyva959ir23rgk2rvc7ivlyan9dh2rqw7hl03h6xq935zznjq"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/goverter/patherr"))
+ (home-page "https://github.com/goverter/patherr")
+ (synopsis "Implementation for Goverter's wrapErrorsUsing")
+ (description
+ "This package provides an implementation for the goverter feature
+@code{wrapErrorsUsing}.")
+ (license license:expat)))
+
(define-public go-github-com-guptarohit-asciigraph
(package
(name "go-github-com-guptarohit-asciigraph")
- 25/28: gnu: Add go-github-com-yudai-gojsondiff., (continued)
- 25/28: gnu: Add go-github-com-yudai-gojsondiff., guix-commits, 2025/01/02
- 14/28: gnu: Add go-github-com-fatih-structs., guix-commits, 2025/01/02
- 09/28: gnu: Add go-github-com-ldez-tagliatelle., guix-commits, 2025/01/02
- 06/28: gnu: Add go-github-com-ncruces-go-strftime., guix-commits, 2025/01/02
- 08/28: gnu: Add go-go-simpler-org-sloglint., guix-commits, 2025/01/02
- 28/28: gnu: Add hetznercloud-cli., guix-commits, 2025/01/02
- 22/28: gnu: Add go-github-com-iancoleman-orderedmap., guix-commits, 2025/01/02
- 15/28: gnu: Add go-github-com-guptarohit-asciigraph., guix-commits, 2025/01/02
- 23/28: gnu: Add go-github-com-yosuke-furukawa-json5., guix-commits, 2025/01/02
- 19/28: gnu: Add go-github-com-jedib0t-go-pretty-v6., guix-commits, 2025/01/02
- 16/28: gnu: Add go-github-com-goverter-patherr.,
guix-commits <=
- 05/28: gnu: go-github-com-kylelemons-godebug: Simplify., guix-commits, 2025/01/02
- 26/28: gnu: Add go-github-com-swaggest-assertjson., guix-commits, 2025/01/02
- 21/28: gnu: Add go-github-com-bool64-shared., guix-commits, 2025/01/02