diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-04 22:10:26 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-08 16:50:05 +0100 |
commit | 8ab2c5b0f6251bcd4be599e6e149202057f9ddcb (patch) | |
tree | b7e18f4c13fe3afff920024c0956e293268b08d1 /gnu/packages/python-xyz.scm | |
parent | fd5e791005cd6958ed9a259db40f555f377f1962 (diff) |
gnu: Remove python-jsonpatch-0.4.
* gnu/packages/python-xyz.scm (python-jsonpatch-0.4): Delete variable.
Change-Id: If95317c8ad49c66e63907a437fca54d8df7bedfc
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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 02ed185f63..17f63ee7b3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27050,21 +27050,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") |