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 f554575..ea91040 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -446,18 +446,6 @@ module and then similar looking characters are removed.") (description "Please use Python2.7+. Also compatible with Python 3.0+.") (license license:expat))) -(define-public python-pyrsistent-0.14.11 - (package - (inherit python-pyrsistent) - (name "python-pyrsistent") - (version "0.14.11") - (source - (origin - (method url-fetch) - (uri (pypi-uri "pyrsistent" version)) - (sha256 - (base32 "1qkh74bm296mp5g3r11lgsksr6bh4w1bf8pji4nmxdlfj542ga1w")))))) - (define-public python-click-8 (package (inherit python-click) |