python310Packages.mailmanclient: 3.3.4 -> 3.3.5

This commit is contained in:
R. Ryantm 2023-01-08 10:03:02 +00:00
parent 46ee37ca1d
commit 936e1800ff

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "mailmanclient";
version = "3.3.4";
version = "3.3.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-0y31HXjvU/bwy0s0PcDOlrX1RdyTTnk41ceD4A0R4p4=";
hash = "sha256-Y1gcYEyn6sAhSJwVqsygaklY63b2ZXTG+rBerGVN2Fc=";
};
propagatedBuildInputs = [