mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
python: flask-restplus: 0.10.1 -> 0.12.1
This commit is contained in:
parent
06de5e782b
commit
6f83e6d0b2
@ -16,11 +16,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "flask-restplus";
|
||||
version = "0.10.1";
|
||||
version = "0.12.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1qs9c3fzidd0m3r8rhw0zqrlsaqr2561z45xs6kg19l7c2x6g5qj";
|
||||
sha256 = "3fad697e1d91dfc13c078abcb86003f438a751c5a4ff41b84c9050199d2eab62";
|
||||
};
|
||||
|
||||
checkInputs = [ nose blinker tzlocal mock rednose ];
|
||||
|
Loading…
Reference in New Issue
Block a user