File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/mlflow Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171
7272buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments