From 4232c18764fe501b9e23fa4e7da68e047c6af017 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:14:16 +0100 Subject: [PATCH] python3Packages.argilla: 1.29.1 -> 2.6.0 https://github.com/argilla-io/argilla/releases/tag/v2.6.0 --- pkgs/development/python-modules/argilla/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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";