Merge pull request #61900 from r-ryantm/auto-update/python3.7-flask-marshmallow

python37Packages.flask_marshmallow: 0.10.0 -> 0.10.1
This commit is contained in:
Mario Rodas 2019-05-23 18:09:30 -05:00 committed by GitHub
commit 2143f59191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "flask-marshmallow"; pname = "flask-marshmallow";
version = "0.10.0"; version = "0.10.1";
meta = { meta = {
homepage = "https://github.com/marshmallow-code/flask-marshmallow"; homepage = "https://github.com/marshmallow-code/flask-marshmallow";
@ -14,7 +14,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1xvk289628l3pp56gidwhmd54cgdczpsxhxfw0bfcsd120k1svfv"; sha256 = "0hbp0lrdlzpcdjv1jn2hk98z9gg624nswcm0hi48k4rk28x9xsb9";
}; };
propagatedBuildInputs = [ flask marshmallow ]; propagatedBuildInputs = [ flask marshmallow ];