Merge pull request #50632 from r-ryantm/auto-update/python3.6-Flask-Cors

python36Packages.flask-cors: 3.0.6 -> 3.0.7
This commit is contained in:
Renaud 2018-11-19 00:59:35 +01:00 committed by GitHub
commit 5f80e41538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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