python3Packages.argilla: 1.29.1 -> 2.6.0
https://github.com/argilla-io/argilla/releases/tag/v2.6.0
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user