python3Packages.marshmallow: 4.1.2 -> 4.2.0

https://github.com/marshmallow-code/marshmallow/blob/4.2.0/CHANGELOG.rst
This commit is contained in:
Martin Weinelt
2026-01-21 15:55:13 +01:00
parent 3d66452c55
commit 7a8ca61267
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "marshmallow";
version = "4.1.2";
version = "4.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "marshmallow-code";
repo = "marshmallow";
tag = version;
hash = "sha256-qEjq1tEWoYqlN7L/cECnpFGPinSdZXexJHZfXreLAZc=";
hash = "sha256-UrkaKQUZ4fjemaAqd+T5nD5S1vuS1AS1CNZVDhJY9Y8=";
};
build-system = [ flit-core ];