python313Packages.marshmallow-oneofschema: 3.1.1 -> 3.2.0

https://github.com/marshmallow-code/marshmallow-oneofschema/blob/3.2.0/CHANGELOG.rst
This commit is contained in:
Martin Weinelt
2025-05-23 08:37:26 -07:00
committed by Robert Schütz
parent 41f6c5a37d
commit 1281d26886
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "marshmallow-oneofschema";
version = "3.1.1";
version = "3.2.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "marshmallow-code";
repo = "marshmallow-oneofschema";
tag = version;
hash = "sha256-HXuyUxU8bT5arpUzmgv7m+X2fNT0qHY8S8Rz6klOGiA=";
hash = "sha256-Hk36wxZV1hVqIbqDOkEDlqABRKE6s/NyA/yBEXzj/yM=";
};
nativeBuildInputs = [ flit-core ];