Merge pull request #64141 from r-ryantm/auto-update/python3.7-marshmallow-sqlalchemy

python37Packages.marshmallow-sqlalchemy: 0.16.3 -> 0.17.0
This commit is contained in:
Mario Rodas 2019-07-07 14:52:17 -05:00 committed by GitHub
commit 52f8ac74cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "marshmallow-sqlalchemy"; pname = "marshmallow-sqlalchemy";
version = "0.16.3"; version = "0.17.0";
meta = { meta = {
homepage = "https://github.com/marshmallow-code/marshmallow-sqlalchemy"; homepage = "https://github.com/marshmallow-code/marshmallow-sqlalchemy";
@ -14,7 +14,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0qzpl53r58fk328cn41365c6jkliwmj41v16zkyjxb9d4s2mvn14"; sha256 = "17pnbv28n9vy3q66ckxfdbb9k1riy6s8lg63zfm5jsx00f0zqqnn";
}; };
propagatedBuildInputs = [ marshmallow sqlalchemy ]; propagatedBuildInputs = [ marshmallow sqlalchemy ];