python36Packages.marshmallow-sqlalchemy: 0.14.1 -> 0.15.0 (#49978)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-marshmallow-sqlalchemy/versions
This commit is contained in:
R. RyanTM 2018-11-18 08:12:24 -08:00 committed by xeji
parent a292829e58
commit 87ef847d13

View File

@ -4,7 +4,7 @@
buildPythonPackage rec {
pname = "marshmallow-sqlalchemy";
version = "0.14.1";
version = "0.15.0";
meta = {
homepage = "https://github.com/marshmallow-code/marshmallow-sqlalchemy";
@ -14,7 +14,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "a42cdbd6b623059fca601e1b572cab28f00d4acf36e2cef38094c88424b3dcf1";
sha256 = "1phqbbrq1xjvc7cwasy5zws4bdb050qikfp1qg8f1hqhmipkpiaz";
};
propagatedBuildInputs = [ marshmallow sqlalchemy ];