python310Packages.marshmallow-sqlalchemy: 0.28.2 -> 0.29.0

Changelog: https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/0.29.0/CHANGELOG.rst
This commit is contained in:
Fabian Affolter 2023-04-11 09:37:39 +02:00
parent 25c4098c99
commit 1418fa5ae5

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "marshmallow-sqlalchemy";
version = "0.28.2";
version = "0.29.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-KrDxKAx5Plrsgd6rPmPsI2iN3+BeXzislgNooQeVIKE=";
hash = "sha256-NSOndDkO8MHA98cIp1GYCcU5bPYIcg8U9Vw290/1u+w=";
};
propagatedBuildInputs = [