guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit ebf588b0b79ffd7915160de13f6df8e50c6526fd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Aug 4 22:10:26 2025 +0100
gnu: Remove python-jsonpatch-0.4.
* gnu/packages/python-xyz.scm (python-jsonpatch-0.4): Delete variable.
Change-Id: If95317c8ad49c66e63907a437fca54d8df7bedfc
---
gnu/packages/python-xyz.scm | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b454664ae1..1b9da63202 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27130,21 +27130,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")