Merge pull request #137618 from r-ryantm/auto-update/python38Packages.flufl_bounce

This commit is contained in:
Artturi 2021-10-18 23:34:03 +03:00 committed by GitHub
commit 73a4854007
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";
};
}