guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54560] [PATCH 38/47] gnu: Add go-github-com-go-openapi-jsonpointer.


From: Leo Nikkilä
Subject: [bug#54560] [PATCH 38/47] gnu: Add go-github-com-go-openapi-jsonpointer.
Date: Fri, 25 Mar 2022 15:32:02 +0200

* gnu/packages/golang.scm (go-github-com-go-openapi-jsonpointer): New
variable.
---
 gnu/packages/golang.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 4b54a03c20..c26ac622a6 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10158,6 +10158,29 @@ (define-public go-github-com-go-openapi-errors
     (home-page "https://github.com/go-openapi/errors";)
     (license license:asl2.0)))
 
+(define-public go-github-com-go-openapi-jsonpointer
+  (package
+    (name "go-github-com-go-openapi-jsonpointer")
+    (version "0.19.5")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/go-openapi/jsonpointer";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0azic9nfwywlz4qxvacyi4g668fbbrkcyv15bag02yfcsi8szg5c"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/go-openapi/jsonpointer"))
+    (propagated-inputs (list go-github-com-go-openapi-swag))
+    (native-inputs (list go-github-com-stretchr-testify))
+    (synopsis "Fork of gojsonpointer with support for structs")
+    (description "Fork of gojsonpointer with support for structs.")
+    (home-page "https://github.com/go-openapi/jsonpointer";)
+    (license license:asl2.0)))
+
 (define-public go-github-com-go-openapi-swag
   (package
     (name "go-github-com-go-openapi-swag")
-- 
2.34.0






reply via email to

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