python3Packages.sagemaker-mlflow: fix version

This commit is contained in:
Gaetan Lepage
2025-12-05 08:51:13 +00:00
parent 42e29df35b
commit 65c3a72e97
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "sagemaker-mlflow";
version = ".0.2.0";
version = "0.2.0";
pyproject = true;
src = fetchFromGitHub {