[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63017] [PATCH 22/24] gnu: Add go-github-com-xeipuuv-gojsonreference
From: |
Nicolas Graves |
Subject: |
[bug#63017] [PATCH 22/24] gnu: Add go-github-com-xeipuuv-gojsonreference. |
Date: |
Sat, 22 Apr 2023 18:27:48 +0200 |
* gnu/packages/golang.scm (go-github-com-xeipuuv-gojsonreference): New variable.
---
gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 15b1a4c52d..2d5a6341aa 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -12800,6 +12800,32 @@ (define-public go-github-com-xeipuuv-gojsonpointer
programming language.")
(license license:asl2.0))))
+(define-public go-github-com-xeipuuv-gojsonreference
+ (let ((commit "bd5ef7bd5415a7ac448318e64f11a24cd21e594b")
+ (revision "0"))
+ (package
+ (name "go-github-com-xeipuuv-gojsonreference")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/xeipuuv/gojsonreference")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1xby79padc7bmyb8rfbad8wfnfdzpnh51b1n8c0kibch0kwc1db5"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/xeipuuv/gojsonreference"))
+ (propagated-inputs (list go-github-com-xeipuuv-gojsonpointer))
+ (home-page "https://github.com/xeipuuv/gojsonreference")
+ (synopsis "Implementation of JSON Reference for Go")
+ (description
+ "This package provides an implementation of JSON Reference for the Go
+programming language.")
+ (license license:asl2.0))))
+
(define-public go-github-com-niemeyer-pretty
(package
(name "go-github-com-niemeyer-pretty")
--
2.39.2
- [bug#63017] [PATCH 09/24] gnu: Add go-github-com-jcmturner-rpc., (continued)
- [bug#63017] [PATCH 09/24] gnu: Add go-github-com-jcmturner-rpc., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 10/24] gnu: Add go-github-com-jcmturner-rpc-v2-ndr., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 14/24] gnu: Add go-github-com-git-lfs-go-netrc., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 11/24] gnu: Add go-github-com-jcmturner-rpc-v2-mstypes., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 16/24] gnu: Add go-github-com-git-lfs-wildmatch-v2., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 15/24] gnu: Add go-github-com-git-lfs-pktline., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 20/24] gnu: Add go-github-com-ssgelm-cookiejarparser., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 24/24] gnu: git-lfs: Update to 3.3.0., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 23/24] gnu: Add go-github-com-xeipuuv-gojsonschema., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 21/24] gnu: Add go-github-com-xeipuuv-gojsonpointer., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 22/24] gnu: Add go-github-com-xeipuuv-gojsonreference.,
Nicolas Graves <=
- [bug#63017] [PATCH 19/24] gnu: Add go-github-com-rubyist-tracerx., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 12/24] gnu: Add go-github-com-jcmturner-gokrb5-v8., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 18/24] gnu: Add go-github-com-olekukonko-ts., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 13/24] gnu: Add go-github-com-dpotapov-go-spnego., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 17/24] gnu: Add go-github-com-leonelquinteros-gotext., Nicolas Graves, 2023/04/22
- [bug#63017] Thank you for updating git-lfs, jgart, 2023/04/22
- [bug#63017] [PATCH v2 01/24] gnu: Add go-github-com-git-lfs-gitobj-v2., Nicolas Graves, 2023/04/23