python: Flask-Cors: 3.0.3 -> 3.0.4
This commit is contained in:
parent
60f26a166f
commit
07cec56a04
@ -4,11 +4,11 @@
|
||||
buildPythonPackage rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "Flask-Cors";
|
||||
version = "3.0.3";
|
||||
version = "3.0.4";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "62ebc5ad80dc21ca0ea9f57466c2c74e24a62274af890b391790c260eb7b754b";
|
||||
sha256 = "bec996f0603a0693c0ea63c8126e5f8e966bb679cf82e6104b254e9c7f3a7d08";
|
||||
};
|
||||
|
||||
buildInputs = [ nose ];
|
||||
|
Loading…
Reference in New Issue
Block a user