python: marshmallow-sqlalchemy: 0.13.2 -> 0.14.0
This commit is contained in:
parent
4a0b1d62a1
commit
7e29d72b17
@ -5,7 +5,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "marshmallow-sqlalchemy";
|
||||
name = "${pname}-${version}";
|
||||
version = "0.13.2";
|
||||
version = "0.14.0";
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/marshmallow-code/marshmallow-sqlalchemy";
|
||||
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "9804ef2829f781f469a06528d107c2a763f109c687266ab8b1f000f9684184ae";
|
||||
sha256 = "32ff19350a8892b3e8dc954eeeac796576bb89356512f9e1ccd33da63f856930";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ marshmallow sqlalchemy ];
|
||||
|
Loading…
Reference in New Issue
Block a user