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:
parent
1a0f9b1f7c
commit
ac2a998f66
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue