python312Packages.elasticsearchdsl: 8.17.0 -> 8.17.1 (#372149)

This commit is contained in:
Nick Cao
2025-01-08 12:15:57 -05:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "elasticsearch-dsl";
version = "8.17.0";
version = "8.17.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "elasticsearch_dsl";
inherit version;
hash = "sha256-wgQhgXVGLRCKhPuRM3HkXT9J6d1xHKJux+2Jq06PKH0=";
hash = "sha256-2BcGmb/bT+f6s4VM2sMZotbd26opyep5k9LsIgVttaA=";
};
build-system = [ setuptools ];