about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-29 21:45:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-29 21:45:30 +0000
commitf23a3c136c222ba4d813854aa9f3273246e1f650 (patch)
treef803f77893f2288a722e8cc741b1acf82e950204 /pkgs
parent44c70a37071aff4360ff5453fb04e107680d1f70 (diff)
python312Packages.argilla: 1.24.0 -> 1.25.0
Diffstat (limited to 'pkgs')
-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 336b6f6db8569..0ccca5417a2eb 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.24.0";
+  version = "1.25.0";
   optional-dependencies = {
     server = [
       fastapi
@@ -126,7 +126,7 @@ buildPythonPackage {
     owner = "argilla-io";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-2baSX6b2BFYHXKg37WMHcGel3OTGsCJrulvyxmbdBek=";
+    hash = "sha256-KU67tu14pX1nCRl9k/Na9EqelO3Uz7It1dpFBU2IjZA=";
   };
 
   pythonRelaxDeps = [