python: testfixtures: 6.10.0 -> 6.10.1
This commit is contained in:
parent
76fbb5cf0f
commit
116bd5d31a
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "testfixtures";
|
pname = "testfixtures";
|
||||||
version = "6.10.0";
|
version = "6.10.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1kiv60i0s67v34x28j6cshby7n7mbhd7a7val639yvvlh1f0q8wx";
|
sha256 = "abbca7ed381d34a77699c6cb68be67919a1e7f5cf8728b57396145417fa34110";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest mock sybil zope_component twisted ];
|
checkInputs = [ pytest mock sybil zope_component twisted ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user