about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-08 02:42:51 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-12 18:24:59 +0100
commite51fcfe76ab8619c49ae7b6fd03a883e4c5eec39 (patch)
tree304703b1882c5c38c390847dd795ee5e762c5848 /pkgs
parentd33eac728eeec5dfa9830ab6f5f74e9c431203f6 (diff)
python3Packages.tiledb: 0.24.0 -> 0.26.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/tiledb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/tiledb/default.nix b/pkgs/development/python-modules/tiledb/default.nix
index d7c724ab25d2e..2c9fab82000c5 100644
--- a/pkgs/development/python-modules/tiledb/default.nix
+++ b/pkgs/development/python-modules/tiledb/default.nix
@@ -15,14 +15,14 @@
 
 buildPythonPackage rec {
   pname = "tiledb";
-  version = "0.24.0";
+  version = "0.26.2";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "TileDB-Inc";
     repo = "TileDB-Py";
     rev = "refs/tags/${version}";
-    hash = "sha256-EcWqh/xFyFvTuyzsPuAkT67O0y8TPWt2MvXVPnaQzrg=";
+    hash = "sha256-8c1l4zoD44SjaOUXlFUSho/y7oMNOEVM9ZlnRs1irV8=";
   };
 
   nativeBuildInputs = [