about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-09 15:07:07 +0200
committerGitHub <noreply@github.com>2024-04-09 15:07:07 +0200
commitbd430b3dff6d2a2d60609c5baf128c7df1c144d8 (patch)
treed1c49635ee3dcb7d5ac9a6f98f2eb61a6de4d180 /pkgs/development
parent98d50dfca1da8e74b65e5c2339ffbbb77c03da98 (diff)
parentacbf75bf2255cf65c1578d0fb028444f1e510e06 (diff)
Merge pull request #301282 from r-ryantm/auto-update/python311Packages.elasticsearchdsl
python311Packages.elasticsearchdsl: 8.12.0 -> 8.13.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/elasticsearch-dsl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/elasticsearch-dsl/default.nix b/pkgs/development/python-modules/elasticsearch-dsl/default.nix
index 263786e3e404b..53778ce0b4e1f 100644
--- a/pkgs/development/python-modules/elasticsearch-dsl/default.nix
+++ b/pkgs/development/python-modules/elasticsearch-dsl/default.nix
@@ -8,12 +8,12 @@
 
 buildPythonPackage rec {
   pname = "elasticsearch-dsl";
-  version = "8.12.0";
+  version = "8.13.0";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-zjK4UpiIqXvpEVMedZCBbPOx9ggmPv9vt1qnEG4jPIg=";
+    sha256 = "sha256-cy/IEae7B2O8P7WJLk6nzwbTG7o1XoezM1PpLfrNebQ=";
   };
 
   propagatedBuildInputs = [ elasticsearch python-dateutil six ];