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