mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-jsonpatch-0.4.
* gnu/packages/python-xyz.scm (python-jsonpatch-0.4): Delete variable. Change-Id: If95317c8ad49c66e63907a437fca54d8df7bedfc
This commit is contained in:
parent
e6621fa1ae
commit
353f53d8f0
1 changed files with 0 additions and 15 deletions
|
@ -27100,21 +27100,6 @@ conversion: Gamut A, B, and C.")
|
|||
applying JSON Patches according to RFC 6902.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-jsonpatch-0.4
|
||||
(package (inherit python-jsonpatch)
|
||||
(name "python-jsonpatch")
|
||||
(version "0.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/stefankoegl/python-json-patch")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fq02y57kinyknxjcav0slcb0k9mwdffqw2hnlhdkpj7palh2mwk"))))))
|
||||
|
||||
(define-public python-rfc3986
|
||||
(package
|
||||
(name "python-rfc3986")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue