1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-27 08:01:14 +00:00

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 {
pname = "Flask-Cors";
version = "3.0.7";
version = "3.0.8";
src = fetchPypi {
inherit pname version;
sha256 = "1v6gq4vjgyxi8q8lxawpdfhq01adb4bznnabp08ks5nzbwibz43y";
sha256 = "05id72xwvhni23yasdvpdd8vsf3v4j6gzbqqff2g04j6xcih85vj";
};
buildInputs = [ nose ];