diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 10:38:33 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 10:38:33 +0000 |
commit | e7e16c8afa5b1f381926a21c272f5f06f5854808 (patch) | |
tree | 02a6933086408754e60db2c6823219f360e555fb /px/packages/python-xyz.scm | |
parent | 975063ae8a4ae281053f0bb6f05b21254a72683a (diff) |
px: Remove python-simplejson-3.17.0
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) |