python312Packages.marshmallow-sqlalchemy: 1.1.0 -> 1.3.0 (#374781)

https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/1.3.0/CHANGELOG.rst
This commit is contained in:
R. RyanTM
2025-01-18 17:01:46 +01:00
committed by GitHub
parent fb069083c3
commit b6d3a89c55
@@ -13,15 +13,15 @@
buildPythonPackage rec {
pname = "marshmallow-sqlalchemy";
version = "1.1.0";
version = "1.3.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchPypi {
pname = "marshmallow_sqlalchemy";
inherit version;
hash = "sha256-KrCS2iadr6igXVGlhAmvcajSGDlYukcUMSfdI54DWdg=";
hash = "sha256-Xd9YPddf31qzHfdph82iupGUKZa6XVd+ktZ0j6k6X1I=";
};
build-system = [ flit-core ];