10 buildPythonPackage rec {
15 src = fetchFromGitHub {
16 owner = "corydolphin";
18 rev = "refs/tags/${version}";
19 hash = "sha256-o//ulROKKBv/CBJIGPBFP/+T0TpMHUVjr23Y5g1V05g=";
26 propagatedBuildInputs = [
36 description = "A Flask extension adding a decorator for CORS support";
37 homepage = "https://github.com/corydolphin/flask-cors";
38 changelog = "https://github.com/corydolphin/flask-cors/releases/tag/v${version}";
39 license = with licenses; [ mit ];
40 maintainers = with maintainers; [ nickcao ];