python312Packages.mlflow: 2.20.1 -> 2.20.2

This commit is contained in:
R. Ryantm
2025-02-18 00:11:54 +00:00
parent 5f30488d37
commit 28b2fd3e8e
@@ -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 ];
};