1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python27Packages.testfixtures: 6.10.3 -> 6.14.1

This commit is contained in:
R. RyanTM 2020-05-09 21:43:48 +00:00 committed by Jon
parent 4d66a37dd5
commit 113bd283a4

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "testfixtures";
version = "6.10.3";
version = "6.14.1";
src = fetchPypi {
inherit pname version;
sha256 = "8f22100d4fb841b958f64e71c8820a32dc46f57d4d7e077777b932acd87b7327";
sha256 = "0rh38zj8wywgqlsi5j75c7drpqhkrg50qknj1kdmvg4kdlab7ljq";
};
checkInputs = [ pytest mock sybil zope_component twisted ];