python: flask-restplus: 0.10.1 -> 0.12.1
This commit is contained in:
parent
06de5e782b
commit
6f83e6d0b2
@ -16,11 +16,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "flask-restplus";
|
pname = "flask-restplus";
|
||||||
version = "0.10.1";
|
version = "0.12.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1qs9c3fzidd0m3r8rhw0zqrlsaqr2561z45xs6kg19l7c2x6g5qj";
|
sha256 = "3fad697e1d91dfc13c078abcb86003f438a751c5a4ff41b84c9050199d2eab62";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ nose blinker tzlocal mock rednose ];
|
checkInputs = [ nose blinker tzlocal mock rednose ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user