Skip to content

Commit ac2a998

Browse files
committed
python312Packages.elasticsearch8: 8.17.0 -> 8.17.1
1 parent 1a0f9b1 commit ac2a998

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/elasticsearch8

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/elasticsearch8/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
buildPythonPackage rec {
1414
pname = "elasticsearch8";
15-
version = "8.17.0";
15+
version = "8.17.1";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.7";
1919

2020
src = fetchPypi {
2121
inherit pname version;
22-
hash = "sha256-YssNx9OsCHFQpcqcVi3nW0CPPP3aOWgCh8nTq83e3Ho=";
22+
hash = "sha256-u0FLfj2Dh2l5RiCPDwtuXnm88WXNAhI0sux+UgDTNpA=";
2323
};
2424

2525
build-system = [ hatchling ];

0 commit comments

Comments
 (0)