Loading pkgs/development/python-modules/llama-index-vector-stores-postgres/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -9,15 +9,15 @@ psycopg2, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "llama-index-vector-stores-postgres"; version = "0.7.2"; version = "0.7.3"; pyproject = true; src = fetchPypi { pname = "llama_index_vector_stores_postgres"; inherit version; hash = "sha256-0p25AoDSSCvarESejZBw4AfsMDsEjt+2ckfdXCBuerU="; inherit (finalAttrs) version; hash = "sha256-e1xi5GLWgde42GaLk+WwAjv9Oqr8924rS/z4hdw7ScY="; }; pythonRemoveDeps = [ "psycopg2-binary" ]; Loading @@ -41,4 +41,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/llama-index-vector-stores-postgres/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -9,15 +9,15 @@ psycopg2, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "llama-index-vector-stores-postgres"; version = "0.7.2"; version = "0.7.3"; pyproject = true; src = fetchPypi { pname = "llama_index_vector_stores_postgres"; inherit version; hash = "sha256-0p25AoDSSCvarESejZBw4AfsMDsEjt+2ckfdXCBuerU="; inherit (finalAttrs) version; hash = "sha256-e1xi5GLWgde42GaLk+WwAjv9Oqr8924rS/z4hdw7ScY="; }; pythonRemoveDeps = [ "psycopg2-binary" ]; Loading @@ -41,4 +41,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })