python3Packages.sklearn2pmml: 0.129.2 -> 0.130.0 (#508841)

This commit is contained in:
Nick Cao
2026-04-13 20:21:50 +00:00
committed by GitHub
@@ -33,14 +33,14 @@ let
in
buildPythonPackage (finalAttrs: {
pname = "sklearn2pmml";
version = "0.129.2";
version = "0.130.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jpmml";
repo = "sklearn2pmml";
tag = finalAttrs.version;
hash = "sha256-xntm+AUwylJuMhTAYi6o2tIxlzzeo8lkwtSvgeuQpQU=";
hash = "sha256-u+fuOiJ0YTyxVZkKhBhxn0gUHbLRQ69WwSX2GwhYaHU=";
};
postPatch = ''