gnu: Remove python2-jsonpatch.

* gnu/packages/python-xyz.scm (python2-jsonpatch): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 22:38:58 -04:00
parent 176f6ae5a1
commit 089caa19c7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -20482,9 +20482,6 @@ (define-public python-jsonpatch
applying JSON Patches according to RFC 6902.")
(license license:bsd-3)))
(define-public python2-jsonpatch
(package-with-python2 python-jsonpatch))
(define-public python-jsonpatch-0.4
(package (inherit python-jsonpatch)
(name "python-jsonpatch")