about summary refs log tree commit diff
path: root/pkgs/development/python-modules/llama-index-vector-stores-postgres/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-06-17 00:14:38 +0000
committerGitHub <noreply@github.com>2024-06-17 00:14:38 +0000
commit5243bf695be051ec78d18a41ef6dbc44c5d64cb9 (patch)
tree1b72f2f4f7b26510dcfc8f063593f811923b29e9 /pkgs/development/python-modules/llama-index-vector-stores-postgres/default.nix
parent7b8f253d6599933d883ea91c1dcfc1d3e3f60628 (diff)
parent63b875e099c14114b0dfdb21401a04de62903222 (diff)
Merge master into haskell-updates haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/llama-index-vector-stores-postgres/default.nix')
-rw-r--r--pkgs/development/python-modules/llama-index-vector-stores-postgres/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/llama-index-vector-stores-postgres/default.nix b/pkgs/development/python-modules/llama-index-vector-stores-postgres/default.nix
index 4c95a9bfcefb7..63e8b5d9992d0 100644
--- a/pkgs/development/python-modules/llama-index-vector-stores-postgres/default.nix
+++ b/pkgs/development/python-modules/llama-index-vector-stores-postgres/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "llama-index-vector-stores-postgres";
-  version = "0.1.10";
+  version = "0.1.11";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "llama_index_vector_stores_postgres";
     inherit version;
-    hash = "sha256-mtEAl4e3NAx5rILQu7BAv/4+kxth5IybHeKUAwFZQbs=";
+    hash = "sha256-ziP/lUnFJpvcy6Y4h1uSH6qkpYHO+3U+mfg2XIJIeg4=";
   };
 
   pythonRemoveDeps = [ "psycopg2-binary" ];