Merge pull request #69771 from r-ryantm/auto-update/python3.7-flask-restplus

python37Packages.flask-restplus: 0.12.1 -> 0.13.0
This commit is contained in:
Jon 2019-09-30 16:29:37 -07:00 committed by GitHub
commit 149600c918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,11 +18,11 @@
buildPythonPackage rec {
pname = "flask-restplus";
version = "0.12.1";
version = "0.13.0";
src = fetchPypi {
inherit pname version;
sha256 = "3fad697e1d91dfc13c078abcb86003f438a751c5a4ff41b84c9050199d2eab62";
sha256 = "0p4zz8b5bwbw7w0vhbyihl99d2gw13cb81rxzj4z626a1cnl8vm6";
};
checkInputs = [ nose blinker tzlocal mock rednose ];