python37Packages.flask-restplus: 0.12.1 -> 0.13.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-flask-restplus/versions
This commit is contained in:
R. RyanTM 2019-09-27 22:11:27 -07:00
parent 96ac71d680
commit d56f066e97

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 ];