nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.tiledb: 0.33.2 -> 0.34.2

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/tiledb/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "tiledb"; 19 - version = "0.33.2"; 19 + version = "0.34.2"; 20 20 format = "setuptools"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "TileDB-Inc"; 24 24 repo = "TileDB-Py"; 25 25 tag = version; 26 - hash = "sha256-c7mEYgk+9sHvOI7z/jp/VI3mA7XOlNFik8X5rTyBclg="; 26 + hash = "sha256-EXRrWp/2sMn7DCzgXk5L0692rhGtQZwWpVWYnfrxmGA="; 27 27 }; 28 28 29 29 nativeBuildInputs = [