python3Packages.sklearn2pmml: 0.129.2 -> 0.130.0 (#508841)
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user