From 2a5ef8f0332f3839ef42ce15aede69db9a512a16 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 16 Nov 2025 01:56:48 +0100 Subject: [PATCH] python313Packages.llama-index-vector-stores-postgres: 0.7.0 -> 0.7.1 --- .../llama-index-vector-stores-postgres/default.nix | 4 ++-- 1 file 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 e3e6072c0794..db9bec638bfa 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 @@ -11,13 +11,13 @@ buildPythonPackage rec { pname = "llama-index-vector-stores-postgres"; - version = "0.7.0"; + version = "0.7.1"; pyproject = true; src = fetchPypi { pname = "llama_index_vector_stores_postgres"; inherit version; - hash = "sha256-wWn3y/NEb71N2hCcd06iof7favJxcVHZmBCvP4UQJl8="; + hash = "sha256-ydsYarmWZ2DU6ngWtotFIoTutbhXXmvGGxt2vcubcTo="; }; pythonRemoveDeps = [ "psycopg2-binary" ];