nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.elasticsearch8: 8.17.2 -> 8.19.0

https://github.com/elastic/elasticsearch-py/releases/tag/v8.19.0

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/elasticsearch8/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "elasticsearch8"; 15 - version = "8.17.2"; 15 + version = "8.19.0"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.7"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - hash = "sha256-j6FaQWPFJ8kqoTwjIPyMDcOZBg8mOO0BbKCFn4ESCAM="; 22 + hash = "sha256-7D4M4iw+d2Ok21twUxX/PKDxtC6++bPicYI18jrHlY0="; 23 23 }; 24 24 25 25 build-system = [ hatchling ];