python: plone.testing: 7.0.1 -> 7.0.2

This commit is contained in:
Frederik Rietdijk 2019-10-16 11:43:11 +02:00
parent 2ea6a4eed3
commit a51f74034c
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "plone.testing"; pname = "plone.testing";
version = "7.0.1"; version = "7.0.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "98a6e9ce8df1fdd33876e2d8c3ca3d8291612c20bd7e0811dac83b6ce10e984b"; sha256 = "2533c48b7bd54ff19da2b4f0c3ccd0a8878c46f03fadbf5f933baaf749d17690";
}; };
propagatedBuildInputs = [ six setuptools zope_testing ]; propagatedBuildInputs = [ six setuptools zope_testing ];