Skip to content

Commit 98e237d

Browse files
authored
python312Packages.mlflow: 2.20.1 -> 2.20.2 (#382981)
2 parents 628a1ed + 28b2fd3 commit 98e237d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/mlflow/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@
7171

7272
buildPythonPackage rec {
7373
pname = "mlflow";
74-
version = "2.20.1";
74+
version = "2.20.2";
7575
pyproject = true;
7676

7777
src = fetchFromGitHub {
7878
owner = "mlflow";
7979
repo = "mlflow";
8080
tag = "v${version}";
81-
hash = "sha256-672lKzYkWpUuUB2hiVtOqMhQltzRMGhoff2ZimLWJC8=";
81+
hash = "sha256-ozwA8oHOcrlML/ArhpiELymb95MBA5Um/hnE3Wy8hTg=";
8282
};
8383

8484
pythonRelaxDeps = [
@@ -193,7 +193,7 @@ buildPythonPackage rec {
193193
description = "Open source platform for the machine learning lifecycle";
194194
mainProgram = "mlflow";
195195
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";
197197
license = lib.licenses.asl20;
198198
maintainers = with lib.maintainers; [ tbenst ];
199199
};

0 commit comments

Comments
 (0)