From 01b7f07ceeea36cb061e5a28f7f34400ad11e37f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 15 Mar 2026 12:53:44 +0000 Subject: [PATCH] python3Packages.llama-index-vector-stores-postgres: 0.8.0 -> 0.8.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 c7b775799dbb..959ca3d9c6fb 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 (finalAttrs: { pname = "llama-index-vector-stores-postgres"; - version = "0.8.0"; + version = "0.8.1"; pyproject = true; src = fetchPypi { pname = "llama_index_vector_stores_postgres"; inherit (finalAttrs) version; - hash = "sha256-ICjfw0ooNCCpC3mGxQrqfNtBZ0ijcxW15VXbZElfQcw="; + hash = "sha256-4/cvFvCod2thC0RiW1/KtVpZd84vpafTsWIwahDZtOg="; }; pythonRemoveDeps = [ "psycopg2-binary" ];