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

authored by Weijia Wang and committed by GitHub 98e237d0 628a1ed4

+3 -3
+3 -3
pkgs/development/python-modules/mlflow/default.nix
··· 71 72 buildPythonPackage rec { 73 pname = "mlflow"; 74 - version = "2.20.1"; 75 pyproject = true; 76 77 src = fetchFromGitHub { 78 owner = "mlflow"; 79 repo = "mlflow"; 80 tag = "v${version}"; 81 - hash = "sha256-672lKzYkWpUuUB2hiVtOqMhQltzRMGhoff2ZimLWJC8="; 82 }; 83 84 pythonRelaxDeps = [ ··· 193 description = "Open source platform for the machine learning lifecycle"; 194 mainProgram = "mlflow"; 195 homepage = "https://github.com/mlflow/mlflow"; 196 - changelog = "https://github.com/mlflow/mlflow/blob/v${version}/CHANGELOG.md"; 197 license = lib.licenses.asl20; 198 maintainers = with lib.maintainers; [ tbenst ]; 199 };
··· 71 72 buildPythonPackage rec { 73 pname = "mlflow"; 74 + version = "2.20.2"; 75 pyproject = true; 76 77 src = fetchFromGitHub { 78 owner = "mlflow"; 79 repo = "mlflow"; 80 tag = "v${version}"; 81 + hash = "sha256-ozwA8oHOcrlML/ArhpiELymb95MBA5Um/hnE3Wy8hTg="; 82 }; 83 84 pythonRelaxDeps = [ ··· 193 description = "Open source platform for the machine learning lifecycle"; 194 mainProgram = "mlflow"; 195 homepage = "https://github.com/mlflow/mlflow"; 196 + changelog = "https://github.com/mlflow/mlflow/blob/${src.tag}/CHANGELOG.md"; 197 license = lib.licenses.asl20; 198 maintainers = with lib.maintainers; [ tbenst ]; 199 };