python39Packages.imapclient: normalise name

This commit is contained in:
Sandro Jäckel
2021-10-28 11:05:19 +02:00
parent 2b218f52c8
commit 71ed943a86
6 changed files with 9 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
, dnspython
, html2text
, mail-parser
, IMAPClient
, imapclient
}:
buildPythonPackage rec {
@@ -25,7 +25,7 @@ buildPythonPackage rec {
dnspython
html2text
mail-parser
IMAPClient
imapclient
];
pythonImportsCheck = [ "mailsuite" ];