python3Packages.sklearn2pmml: 0.129.2 -> 0.130.0

This commit is contained in:
R. Ryantm
2026-04-11 04:32:30 +00:00
parent 05e9da8fdb
commit 347c38c949
@@ -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 = ''