python313Packages.elasticsearch-dsl: 8.17.1 -> 8.18.0
https://github.com/elastic/elasticsearch-dsl-py/blob/v8.18.0/Changelog.rst
This commit is contained in:
committed by
Robert Schütz
parent
1855bb3362
commit
03ad4eda99
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user