python: testtools: 2.3.0 -> 2.4.0
This commit is contained in:
parent
9a9cd60f2a
commit
e3a54f3d54
@ -11,11 +11,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "testtools";
|
pname = "testtools";
|
||||||
version = "2.3.0";
|
version = "2.4.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559";
|
sha256 = "64c974a6cca4385d05f4bbfa2deca1c39ce88ede31c3448bee86a7259a9a61c8";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pbr python_mimeparse extras unittest2 ];
|
propagatedBuildInputs = [ pbr python_mimeparse extras unittest2 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user