lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.tiledb: 0.34.2 -> 0.35.0

R. Ryantm d811f858 231b94ff

+2 -2
+2 -2
pkgs/development/python-modules/tiledb/default.nix
··· 24 24 25 25 buildPythonPackage rec { 26 26 pname = "tiledb"; 27 - version = "0.34.2"; 27 + version = "0.35.0"; 28 28 format = "pyproject"; 29 29 30 30 src = fetchFromGitHub { 31 31 owner = "TileDB-Inc"; 32 32 repo = "TileDB-Py"; 33 33 tag = version; 34 - hash = "sha256-EXRrWp/2sMn7DCzgXk5L0692rhGtQZwWpVWYnfrxmGA="; 34 + hash = "sha256-uxfF2uyGlO1Dfsrw0hxuU6LmymWXmuvOe+9DEY8BEdQ="; 35 35 }; 36 36 37 37 build-system = [