diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 22:38:58 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:10 -0400 |
commit | 089caa19c78fd27034bb7bd29b83fc24fb452444 (patch) | |
tree | f4f82cc7de9c4a2ed7ef426c29a3d4f00fafdda1 /gnu/packages | |
parent | 176f6ae5a1fabfca78812acb83320ebc47617ebf (diff) | |
download | guix-089caa19c78fd27034bb7bd29b83fc24fb452444.tar guix-089caa19c78fd27034bb7bd29b83fc24fb452444.tar.gz |
gnu: Remove python2-jsonpatch.
* gnu/packages/python-xyz.scm (python2-jsonpatch): Delete variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3f3a9bf364..0888662ec2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20482,9 +20482,6 @@ while only declaring the test-specific fields.") 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") |