mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-evanphx-json-patch-v5.
* gnu/packages/golang-web.scm (go-github-com-evanphx-json-patch-v5): New variable. Change-Id: Iaac43b7dc49d353471b6f0c2e56eef9328403055
This commit is contained in:
parent
bb01579d9c
commit
ccb69764fb
1 changed files with 21 additions and 0 deletions
|
@ -2881,6 +2881,27 @@ documents, as well as for calculating & applying
|
||||||
@url{https://tools.ietf.org/html/rfc7396,RFC7396 JSON merge patches}.")
|
@url{https://tools.ietf.org/html/rfc7396,RFC7396 JSON merge patches}.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public go-github-com-evanphx-json-patch-v5
|
||||||
|
(package
|
||||||
|
(inherit go-github-com-evanphx-json-patch)
|
||||||
|
(name "go-github-com-evanphx-json-patch-v5")
|
||||||
|
(version "5.9.11")
|
||||||
|
(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 "0sydllg5hsmvwdr1276qzl8v3xsr3jjrimvvgl9096rn3kf3664m"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:go go-1.23
|
||||||
|
#:import-path "github.com/evanphx/json-patch/v5"
|
||||||
|
#:unpack-path "github.com/evanphx/json-patch"))))
|
||||||
|
|
||||||
(define-public go-github-com-fasthttp-router
|
(define-public go-github-com-fasthttp-router
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-fasthttp-router")
|
(name "go-github-com-fasthttp-router")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue