Merge pull request #63359 from r-ryantm/auto-update/python3.7-Flask-Cors

python37Packages.flask-cors: 3.0.7 -> 3.0.8
This commit is contained in:
Mario Rodas 2019-06-18 17:50:30 -05:00 committed by GitHub
commit ac070b89d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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