python3Packages.elasticsearch: 7.11.0 -> 7.12.0

This commit is contained in:
Frederik Rietdijk 2021-03-24 10:28:11 +01:00
parent 0ca9c72d31
commit 391ab15a31

View file

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