python3Packages.tiledb: 0.34.2 -> 0.35.0 (#446444)

This commit is contained in:
Fabian Affolter
2025-09-26 22:15:19 +00:00
committed by GitHub
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "tiledb";
version = "0.34.2";
version = "0.35.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "TileDB-Inc";
repo = "TileDB-Py";
tag = version;
hash = "sha256-EXRrWp/2sMn7DCzgXk5L0692rhGtQZwWpVWYnfrxmGA=";
hash = "sha256-uxfF2uyGlO1Dfsrw0hxuU6LmymWXmuvOe+9DEY8BEdQ=";
};
build-system = [