diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 10:42:49 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 10:42:49 +0000 |
commit | 02ea0803d4546dae7e1f544ca243f6739759e850 (patch) | |
tree | 48df2a4d95b5305cc08b5fa04b363f337d4a752a /px/packages/python-xyz.scm | |
parent | 33b64230e15bee26336bb3999e33069a6f7456da (diff) |
px: Remove python-appdirs-1.4.3
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 6517301..f554575 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-appdirs-1.4.3 - (package - (inherit python-appdirs) - (name "python-appdirs") - (version "1.4.3") - (source - (origin - (method url-fetch) - (uri (pypi-uri "appdirs" version)) - (sha256 - (base32 "14id6wxi12lgyw0mg3bcfnf888ad07jz9yj46gfzhn186z8rcn4y")))))) - (define-public python-pyrsistent-0.14.11 (package (inherit python-pyrsistent) |