diff --git a/pkgs/development/python-modules/argilla/default.nix b/pkgs/development/python-modules/argilla/default.nix index 553576e479f6..c90adc544109 100644 --- a/pkgs/development/python-modules/argilla/default.nix +++ b/pkgs/development/python-modules/argilla/default.nix @@ -67,7 +67,7 @@ buildPythonPackage rec { pname = "argilla"; - version = "1.29.1"; + version = "2.6.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -76,7 +76,7 @@ buildPythonPackage rec { owner = "argilla-io"; repo = "argilla"; tag = "v${version}"; - hash = "sha256-ndendXlgACFdwnZ/P2W22Tr/Ji8AYw/6jtb8F3/zqSA="; + hash = "sha256-2e2AIhrCJoPDn6EnO4IGSd2YNV/iSY39nmzbcHNwtOU="; }; sourceRoot = "${src.name}/${pname}"; @@ -185,7 +185,7 @@ buildPythonPackage rec { meta = with lib; { description = "Open-source data curation platform for LLMs"; homepage = "https://github.com/argilla-io/argilla"; - changelog = "https://github.com/argilla-io/argilla/releases/tag/v${version}"; + changelog = "https://github.com/argilla-io/argilla/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ happysalada ]; mainProgram = "argilla";