about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-08-17 22:43:33 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-08-17 22:43:33 +0200
commitc22979269f89c3cc576ce1f8f28fb01aa2fd896c (patch)
tree7a5c98e904d34f73095beac7c2f8dc515d3e45cb
parentcf0aa676349f9dd3745e820fc1edaf3bd9cceb4d (diff)
python311Packages.elasticsearch8: 8.7.0 -> 8.9.0
Changelog: https://github.com/elastic/elasticsearch-py/releases/tag/v8.9.0
-rw-r--r--pkgs/development/python-modules/elasticsearch8/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/elasticsearch8/default.nix b/pkgs/development/python-modules/elasticsearch8/default.nix
index ead2f6b07ee61..6893a8353dff4 100644
--- a/pkgs/development/python-modules/elasticsearch8/default.nix
+++ b/pkgs/development/python-modules/elasticsearch8/default.nix
@@ -10,14 +10,14 @@
 
 buildPythonPackage rec {
   pname = "elasticsearch8";
-  version = "8.7.0";
+  version = "8.9.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-mRy48OYsm+0M1/D+abs83RiqN8wQr/Z6SZUY4TNg190=";
+    hash = "sha256-9j71MX3ITwfwFfIVvQIbXHu4r/3qz9SNAz8XfeAyWTc=";
   };
 
   nativeBuildInputs = [