diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 10:32:06 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 10:32:06 +0000 |
commit | b46bd6e7cc8dac72bc81c21224b9c60539623457 (patch) | |
tree | 08a5b3e7911b2e188b47699411762b67484e26d6 /px/packages/python-xyz.scm | |
parent | 12d312376b1b3530af5c35e70b5fa8f6bf065372 (diff) |
px: Remove python-mail-parser-3.14.0
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 798f7f3..f449466 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-mail-parser-3.14.0 - (package - (inherit python-mail-parser) - (name "python-mail-parser-3.14.0") - (version "3.14.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "mail-parser" version)) - (sha256 - (base32 "11q384z2pa3i4w0d07mnqd25r16sdgvgd8m75ysff6w0kr3vhxvm")))))) - (define-public python-mail-parser-3.12.0 (package (inherit python-mail-parser) |