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

python37Packages.marshmallow-sqlalchemy: 0.16.2 -> 0.16.3
This commit is contained in:
Mario Rodas 2019-05-22 23:27:59 -05:00 committed by GitHub
commit c90867d36a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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