python3Packages.elasticsearch: 7.12.0 -> 7.13.1

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:15 +02:00 committed by Jonathan Ringer
parent 6d291cf432
commit 8692454f6b
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -7,11 +7,11 @@
buildPythonPackage (rec {
pname = "elasticsearch";
version = "7.12.0";
version = "7.13.1";
src = fetchPypi {
inherit pname version;
sha256 = "9a77172be02bc4855210d83f0f1346a1e7d421e3cb2ca47ba81ac0c5a717b3a0";
sha256 = "d6bcca0b2e5665d08e6fe6fadc2d4d321affd76ce483603078fc9d3ccd2bc0f9";
};
# Check is disabled because running them destroy the content of the local cluster!