diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-04 22:10:26 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-23 16:58:44 +0100 |
commit | 7177675cc94b0589cabe7ab37cba33a096686f50 (patch) | |
tree | 10bb84aaaad4648b1a2f8cc85e817b73a8a46199 | |
parent | e05c46cc40766c86b710a8fbce24d296ecaed481 (diff) |
gnu: Remove python-jsonpatch-0.4.
* gnu/packages/python-xyz.scm (python-jsonpatch-0.4): Delete variable.
Change-Id: If95317c8ad49c66e63907a437fca54d8df7bedfc
-rw-r--r-- | gnu/packages/python-xyz.scm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 46e4cc264b..284f2a5af2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27090,21 +27090,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") |