From 03ad4eda990d734a1fc94fffcacca5094605fd47 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 21 May 2025 19:01:30 +0200 Subject: [PATCH] python313Packages.elasticsearch-dsl: 8.17.1 -> 8.18.0 https://github.com/elastic/elasticsearch-dsl-py/blob/v8.18.0/Changelog.rst --- pkgs/development/python-modules/elasticsearch-dsl/default.nix | 4 ++-- 1 file 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 edaaa8f7dfe3..e15fd9cb6e1e 100644 --- a/pkgs/development/python-modules/elasticsearch-dsl/default.nix +++ b/pkgs/development/python-modules/elasticsearch-dsl/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "elasticsearch-dsl"; - version = "8.17.1"; + version = "8.18.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "elasticsearch_dsl"; inherit version; - hash = "sha256-2BcGmb/bT+f6s4VM2sMZotbd26opyep5k9LsIgVttaA="; + hash = "sha256-djRl26nq4Wat0QVn6STGVzCqEigZsIv+mgd+kbE7MNE="; }; build-system = [ setuptools ];