python36Packages.flask-cors: 3.0.6 -> 3.0.7

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.6-flask-cors/versions
This commit is contained in:
R. RyanTM 2018-11-18 13:42:30 -08:00
parent d208fa53eb
commit f472264737
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "Flask-Cors";
version = "3.0.6";
version = "3.0.7";
src = fetchPypi {
inherit pname version;
sha256 = "ecc016c5b32fa5da813ec8d272941cfddf5f6bba9060c405a70285415cbf24c9";
sha256 = "1v6gq4vjgyxi8q8lxawpdfhq01adb4bznnabp08ks5nzbwibz43y";
};
buildInputs = [ nose ];