3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #184507 from r-ryantm/auto-update/python3.10-mailsuite

python310Packages.mailsuite: 1.9.2 -> 1.9.4
This commit is contained in:
Fabian Affolter 2022-08-01 21:01:48 +02:00 committed by GitHub
commit e4791341f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "mailsuite";
version = "1.9.2";
version = "1.9.4";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-UV9cdWdUnUt4j1Puf1H0UxXsCHi3t4uNiKHwYNfTfa4=";
hash = "sha256-wgutyXxo1z3GxO3xikRlA4Og+oz+7+PrY2Hs6gicO/o=";
};
nativeBuildInputs = [