python3Packages.flufl.bounce: 3.0 -> 3.0.1

This commit is contained in:
Frederik Rietdijk 2020-08-29 13:41:48 +02:00 committed by Jonathan Ringer
parent 12c0748314
commit 500bd4aad7

View file

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