From e7e16c8afa5b1f381926a21c272f5f06f5854808 Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Sun, 23 Feb 2025 10:38:33 +0000 Subject: px: Remove python-simplejson-3.17.0 --- px/packages/python-xyz.scm | 12 ------------ 1 file changed, 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) -- cgit v1.2.3