lol

python38Packages.elasticsearch: 7.15.1 -> 7.15.2

+2 -2
+2 -2
pkgs/development/python-modules/elasticsearch/default.nix
··· 12 12 # there's a clear path forward. See 13 13 # https://github.com/elastic/elasticsearch-py/issues/1639 for more 14 14 # info. 15 - version = "7.15.1"; 15 + version = "7.15.2"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "1e9a6302945d98046899a7c9b3d345c881ac7b05ba176d3a49c9d2702b1e8bc8"; 19 + sha256 = "436f871848a5020bf9b47495812b229b59bd0c5d7e40adbd5e3c89896b311704"; 20 20 }; 21 21 22 22 # Check is disabled because running them destroy the content of the local cluster!