python3Packages.marshmallow: 4.1.0 -> 4.1.2 (#475779)

This commit is contained in:
Aleksana
2026-01-01 03:45:57 +00:00
committed by GitHub

View File

@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "marshmallow";
version = "4.1.0";
version = "4.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "marshmallow-code";
repo = "marshmallow";
tag = version;
hash = "sha256-h1wkeJbJY/0K3Vpxz+Bc2/2PDWgOMqropG0XMBzAOq8=";
hash = "sha256-qEjq1tEWoYqlN7L/cECnpFGPinSdZXexJHZfXreLAZc=";
};
build-system = [ flit-core ];