about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorYt <raphael@megzari.com>2024-01-18 21:56:36 +0000
committerGitHub <noreply@github.com>2024-01-18 21:56:36 +0000
commitc980ca60582336e36450e888745a946286aae060 (patch)
tree3c6bb7f74e55d303566ac8d73db06ea525be6c7a /pkgs/development
parent9de9da2e5ed284984cd67b40ec04dddb4ca6a69c (diff)
parentedda0a2c8030808fe54b8e96076c5d7208fee5f4 (diff)
Merge pull request #281854 from r-ryantm/auto-update/python311Packages.argilla
python311Packages.argilla: 1.21.0 -> 1.22.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/argilla/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/argilla/default.nix b/pkgs/development/python-modules/argilla/default.nix
index a3ffbd076a43f..9450b6af44aea 100644
--- a/pkgs/development/python-modules/argilla/default.nix
+++ b/pkgs/development/python-modules/argilla/default.nix
@@ -65,7 +65,7 @@
 }:
 let
   pname = "argilla";
-  version = "1.21.0";
+  version = "1.22.0";
   optional-dependencies = {
     server = [
       fastapi
@@ -126,7 +126,7 @@ buildPythonPackage {
     owner = "argilla-io";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-/CU/8CnoGhxe1tapA9k60o/Bpnaql/6Y/6Ksw5mfk/E=";
+    hash = "sha256-aPq/ZPewQId5OZq5v+TgvWWBS03QDftYLEwhzNLzrFQ=";
   };
 
   pythonRelaxDeps = [