1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

python: zope.testrunner: 4.9 -> 4.9.2

This commit is contained in:
Frederik Rietdijk 2019-01-17 16:13:09 +01:00
parent 00e7055e3e
commit 0e13c099fb

View file

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "zope.testrunner";
version = "4.9";
version = "4.9.2";
src = fetchPypi {
inherit pname version;
sha256 = "f3856a79ab0e4ff74addc3e6c152b388dddee548345b440767b6361f635bd9b7";
sha256 = "f2aa89531db6b7546e46be9d6113ac835a075f4dcb26e32c7276f4f30d4b14a5";
};
propagatedBuildInputs = [ zope_interface zope_exceptions zope_testing six ];