guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]