about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-05-02 09:50:25 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-05-02 09:50:25 +0200
commit5be314d1c4b80f8477032eb8711b280e77fb4761 (patch)
tree621767b22ced1b84ed0108afc8d47aacc3f6b216
parent4ce739999ac9b51126583c3d8c10aae51ec966a0 (diff)
downloadnixlib-5be314d1c4b80f8477032eb8711b280e77fb4761.tar
nixlib-5be314d1c4b80f8477032eb8711b280e77fb4761.tar.gz
nixlib-5be314d1c4b80f8477032eb8711b280e77fb4761.tar.bz2
nixlib-5be314d1c4b80f8477032eb8711b280e77fb4761.tar.lz
nixlib-5be314d1c4b80f8477032eb8711b280e77fb4761.tar.xz
nixlib-5be314d1c4b80f8477032eb8711b280e77fb4761.tar.zst
nixlib-5be314d1c4b80f8477032eb8711b280e77fb4761.zip
python312Packages.llama-index-vector-stores-postgres: 0.1.5 -> 0.1.7
-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 e81dd0ab4d24..15fcab2b3123 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.5";
+  version = "0.1.7";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "llama_index_vector_stores_postgres";
     inherit version;
-    hash = "sha256-9jE+1Gbx2y/CSqkpSfuYqgyX49yZwhwmJbiG/EHwTLw=";
+    hash = "sha256-00ccEfjYY8qrNYymHQ5w43w8zAHUAntO6oiwYUwaOVw=";
   };
 
   pythonRemoveDeps = [ "psycopg2-binary" ];