Merge pull request #112984 from r-ryantm/auto-update/python3.7-flufl.bounce

python37Packages.flufl_bounce: 3.0.1 -> 3.0.2
This commit is contained in:
Martin Weinelt 2021-08-09 15:14:00 +02:00 committed by GitHub
commit 3a5649118e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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