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

python310Packages.mailsuite: 1.9.2 -> 1.9.4

authored by Fabian Affolter and committed by GitHub e4791341 cf17f5c8

+2 -2
+2 -2
pkgs/development/python-modules/mailsuite/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "mailsuite"; 18 - version = "1.9.2"; 18 + version = "1.9.4"; 19 19 format = "pyproject"; 20 20 21 21 disabled = pythonOlder "3.6"; 22 22 23 23 src = fetchPypi { 24 24 inherit pname version; 25 - hash = "sha256-UV9cdWdUnUt4j1Puf1H0UxXsCHi3t4uNiKHwYNfTfa4="; 25 + hash = "sha256-wgutyXxo1z3GxO3xikRlA4Og+oz+7+PrY2Hs6gicO/o="; 26 26 }; 27 27 28 28 nativeBuildInputs = [