0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python312Packages.elasticsearch8: 8.17.0 -> 8.17.1

This commit is contained in:
R. Ryantm 2025-02-16 19:59:08 +00:00
parent 1a0f9b1f7c
commit ac2a998f66

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "elasticsearch8";
version = "8.17.0";
version = "8.17.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-YssNx9OsCHFQpcqcVi3nW0CPPP3aOWgCh8nTq83e3Ho=";
hash = "sha256-u0FLfj2Dh2l5RiCPDwtuXnm88WXNAhI0sux+UgDTNpA=";
};
build-system = [ hatchling ];