python312Packages.mlflow: 2.20.1 -> 2.20.2 (#382981)

This commit is contained in:
Weijia Wang
2025-02-25 17:17:03 +01:00
committed by GitHub
@@ -71,14 +71,14 @@
buildPythonPackage rec {
pname = "mlflow";
version = "2.20.1";
version = "2.20.2";
pyproject = true;
src = fetchFromGitHub {
owner = "mlflow";
repo = "mlflow";
tag = "v${version}";
hash = "sha256-672lKzYkWpUuUB2hiVtOqMhQltzRMGhoff2ZimLWJC8=";
hash = "sha256-ozwA8oHOcrlML/ArhpiELymb95MBA5Um/hnE3Wy8hTg=";
};
pythonRelaxDeps = [
@@ -193,7 +193,7 @@ buildPythonPackage rec {
description = "Open source platform for the machine learning lifecycle";
mainProgram = "mlflow";
homepage = "https://github.com/mlflow/mlflow";
changelog = "https://github.com/mlflow/mlflow/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/mlflow/mlflow/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ tbenst ];
};