python.pkgs: maintenance updates

This commit is contained in:
Frederik Rietdijk
2017-11-24 20:36:20 +01:00
parent 0f50d5ac19
commit 44e98de414
26 changed files with 52 additions and 52 deletions

View File

@@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "testfixtures";
version = "5.3.0";
version = "5.3.1";
src = fetchPypi {
inherit pname version;
sha256 = "1xfar653qmikwb94xj3f0xfp8dh2llxjsxipx1272d8qwl0aknnx";
sha256 = "670ade9410b7132278209e6a2e893caf098b040c4ba4d5ea848367a9c5588728";
};
checkInputs = [ mock manuel pytest sybil zope_component ];