diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 10:43:07 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 10:43:07 +0000 |
commit | 3dd3497e14d5b5ae70cf0800719240080b8f7dd2 (patch) | |
tree | 91b5edb345a710f451b754c2ae2dd799edd78d1e /px/packages/python-xyz.scm | |
parent | 02ea0803d4546dae7e1f544ca243f6739759e850 (diff) |
px: Remove python-pyrsistent-0.14.11
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) |