[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/17: gnu: Add go-github-com-evanphx-json-patch.
From: |
guix-commits |
Subject: |
12/17: gnu: Add go-github-com-evanphx-json-patch. |
Date: |
Wed, 21 Aug 2024 09:49:51 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 1c69f719affc6957e4c69960fa49d359d1b5e659
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Aug 21 14:03:55 2024 +0100
gnu: Add go-github-com-evanphx-json-patch.
* gnu/packages/golang-web.scm (go-github-com-evanphx-json-patch): New
variable.
Change-Id: Ie06fd752cd61a9f2dfef7c7ca563fe17b62777d6
---
gnu/packages/golang-web.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index f436d0ce7c..c9d755f606 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1009,6 +1009,34 @@ developers to use @code{http} methods explicitly and in
a way that's
consistent with the HTTP protocol definition.")
(license license:expat)))
+(define-public go-github-com-evanphx-json-patch
+ (package
+ (name "go-github-com-evanphx-json-patch")
+ (version "0.5.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/evanphx/json-patch")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "00sib9ba8j1h1n3r1cxx48zn8hs6sxwnrh78p6wbs28wcpz8nqxi"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/evanphx/json-patch"))
+ (propagated-inputs
+ (list go-github-com-jessevdk-go-flags go-github-com-pkg-errors))
+ (home-page "https://github.com/evanphx/json-patch")
+ (synopsis "Apply and create JSON (RFC6902 and RFC7386) patches for Golang")
+ (description
+ "@code{jsonpatch} is a library which provides functionality for both
+applying @url{http://tools.ietf.org/html/rfc6902,RFC6902 JSON patches} against
+documents, as well as for calculating & applying
+@url{https://tools.ietf.org/html/rfc7396,RFC7396 JSON merge patches}.")
+ (license license:bsd-3)))
+
(define-public go-github-com-felixge-httpsnoop
(package
(name "go-github-com-felixge-httpsnoop")
- branch master updated (127592bc0f -> 7a149c6003), guix-commits, 2024/08/21
- 06/17: gnu: Add go-github-com-libp2p-go-netroute., guix-commits, 2024/08/21
- 10/17: gnu: Add go-github-com-gofrs-flock., guix-commits, 2024/08/21
- 07/17: gnu: Add go-github-com-libp2p-go-nat., guix-commits, 2024/08/21
- 05/17: gnu: Add go-github-com-koron-go-ssdp., guix-commits, 2024/08/21
- 17/17: gnu: Add checkmake., guix-commits, 2024/08/21
- 13/17: gnu: Add go-github-com-mattbaird-jsonpatch., guix-commits, 2024/08/21
- 16/17: gnu: Add go-github-com-containerd-typeurl., guix-commits, 2024/08/21
- 11/17: gnu: Add go-github-com-google-subcommands., guix-commits, 2024/08/21
- 01/17: gnu: Add go-github-com-ipfs-go-verifcid., guix-commits, 2024/08/21
- 12/17: gnu: Add go-github-com-evanphx-json-patch.,
guix-commits <=
- 04/17: gnu: Add go-github-com-huin-goupnp., guix-commits, 2024/08/21
- 08/17: gnu: Add go-msgio., guix-commits, 2024/08/21
- 02/17: gnu: Add go-github-com-libp2p-go-buffer-pool., guix-commits, 2024/08/21
- 14/17: gnu: Add go-github-com-mohae-deepcopy., guix-commits, 2024/08/21
- 15/17: gnu: Add go-github-com-containerd-fifo., guix-commits, 2024/08/21
- 03/17: gnu: Add go-github-com-libp2p-go-msgio., guix-commits, 2024/08/21
- 09/17: gnu: kubo: Unbundle more inputs., guix-commits, 2024/08/21