diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 10:39:15 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 10:39:15 +0000 |
commit | 1c9b7faeecd917b482ca6a2eecf46531cac47ca4 (patch) | |
tree | e078cdfc7fab74c6ee0221c9cf41d3ca4a21ef90 /px/packages/python-xyz.scm | |
parent | e7e16c8afa5b1f381926a21c272f5f06f5854808 (diff) |
px: Remove python-wrapt-1.12.1
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 0fc79f1..baf1716 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-wrapt-1.12.1 - (package - (inherit python-wrapt) - (name "python-wrapt-1.12.1") - (version "1.12.1") - (source - (origin - (method url-fetch) - (uri (pypi-uri "wrapt" version)) - (sha256 - (base32 "1mwpkdnqxf0yxj1a0hsnl06lf287qi5ap7309wm37x45zf0zlbxn")))))) - (define-public python-pyscard-1.9.9 (package (inherit python-pyscard) |