python3Packages.argilla: 1.29.1 -> 2.6.0

https://github.com/argilla-io/argilla/releases/tag/v2.6.0

+3 -3
+3 -3
pkgs/development/python-modules/argilla/default.nix
··· 67 67 68 68 buildPythonPackage rec { 69 69 pname = "argilla"; 70 - version = "1.29.1"; 70 + version = "2.6.0"; 71 71 pyproject = true; 72 72 73 73 disabled = pythonOlder "3.8"; ··· 76 76 owner = "argilla-io"; 77 77 repo = "argilla"; 78 78 tag = "v${version}"; 79 - hash = "sha256-ndendXlgACFdwnZ/P2W22Tr/Ji8AYw/6jtb8F3/zqSA="; 79 + hash = "sha256-2e2AIhrCJoPDn6EnO4IGSd2YNV/iSY39nmzbcHNwtOU="; 80 80 }; 81 81 82 82 sourceRoot = "${src.name}/${pname}"; ··· 185 185 meta = with lib; { 186 186 description = "Open-source data curation platform for LLMs"; 187 187 homepage = "https://github.com/argilla-io/argilla"; 188 - changelog = "https://github.com/argilla-io/argilla/releases/tag/v${version}"; 188 + changelog = "https://github.com/argilla-io/argilla/releases/tag/${src.tag}"; 189 189 license = licenses.asl20; 190 190 maintainers = with maintainers; [ happysalada ]; 191 191 mainProgram = "argilla";