diff options
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r-- | px/packages/python-xyz.scm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm index d64c37a..0fc79f1 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -294,18 +294,6 @@ It give you an easy way to pass from raw mail to Python object that you can use in your code.") (license license:asl2.0))) -(define-public python-simplejson-3.17.0 - (package - (inherit python-simplejson) - (name "python-simplejson-3.17.0") - (version "3.17.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "simplejson" version)) - (sha256 - (base32 "108yf3252fy4ndqab7h46raksxfhcn113bzy2yd8369vidrjnjrb")))))) - (define-public python-wrapt-1.12.1 (package (inherit python-wrapt) |