python3Packages.elasticsearch8: 8.19.0 -> 8.19.1 (#444869)

Changed files
+2 -2
pkgs
development
python-modules
elasticsearch8
+2 -2
pkgs/development/python-modules/elasticsearch8/default.nix
···
buildPythonPackage rec {
pname = "elasticsearch8";
-
version = "8.19.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
-
hash = "sha256-7D4M4iw+d2Ok21twUxX/PKDxtC6++bPicYI18jrHlY0=";
};
build-system = [ hatchling ];
···
buildPythonPackage rec {
pname = "elasticsearch8";
+
version = "8.19.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
+
hash = "sha256-/JkH60q7zk792R3IRo/DylOd8xVSqEgH1/KmXFPdy2U=";
};
build-system = [ hatchling ];