summaryrefslogtreecommitdiff
path: root/px/packages/python-xyz.scm
diff options
context:
space:
mode:
authorFranz Geffke <m@f-a.nz>2025-02-23 10:32:26 +0000
committerFranz Geffke <m@f-a.nz>2025-02-23 10:32:26 +0000
commit2f1eb37341aa3e06a57502644739fc470dce8f90 (patch)
treecb922d10e5538b3f1f4e27a6425c5b92a4c214d8 /px/packages/python-xyz.scm
parentb46bd6e7cc8dac72bc81c21224b9c60539623457 (diff)
px: Remove python-mail-parser-3.12.0
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r--px/packages/python-xyz.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm
index f449466..cb01480 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.12.0
- (package
- (inherit python-mail-parser)
- (name "python-mail-parser-3.12.0")
- (version "3.12.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "mail-parser" version))
- (sha256
- (base32 "052j6iwsfjg472wb74c9n9i9cgqjm6lsrkb9zs3hljkxnb24mzz8"))))))
-
(define-public python-pylint-2.5.3
(package
(inherit python-pylint)