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:
Sharlatan Hellseher 2025-08-04 22:10:26 +01:00
parent e6621fa1ae
commit 353f53d8f0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")