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

python3Packages.elasticsearch8: 8.19.0 -> 8.19.1

R. Ryantm 56e7fde1 7b38f24f

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