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

python37Packages.flufl_bounce: 3.0.1 -> 3.0.2

authored by

Martin Weinelt and committed by
GitHub
3a564911 2995a644

+2 -2
+2 -2
pkgs/development/python-modules/flufl/bounce.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "flufl.bounce"; 5 - version = "3.0.1"; 5 + version = "3.0.2"; 6 6 7 7 buildInputs = [ nose2 ]; 8 8 propagatedBuildInputs = [ atpublic zope_interface ]; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - sha256 = "e432fa1ca25ddbf23e2716b177d4d1c6ab6c078e357df56b0106b92bc10a8f06"; 12 + sha256 = "5014b23248fce72b13143c32da30073e6abc655b963e7739575608280c52c9a7"; 13 13 }; 14 14 }