python38Packages.flufl_bounce: 3.0.2 -> 4.0

This commit is contained in:
R. RyanTM 2021-09-13 07:28:43 +00:00
parent 85568eb45c
commit 3abea2e40b

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "flufl.bounce";
version = "3.0.2";
version = "4.0";
buildInputs = [ nose2 ];
propagatedBuildInputs = [ atpublic zope_interface ];
src = fetchPypi {
inherit pname version;
sha256 = "5014b23248fce72b13143c32da30073e6abc655b963e7739575608280c52c9a7";
sha256 = "25504aeb976ec0fe5a19cd6c413a3410cb514fdcdbdca9f9b5d8d343a8603831";
};
}