Skip to content

Commit b8a693e

Browse files
committed
python312Packages.llama-index-vector-stores-postgres: 0.4.0 -> 0.4.1
1 parent 4d86f5c commit b8a693e

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/llama-index-vector-stores-postgres

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/llama-index-vector-stores-postgres/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
buildPythonPackage rec {
1313
pname = "llama-index-vector-stores-postgres";
14-
version = "0.4.0";
14+
version = "0.4.1";
1515
pyproject = true;
1616

1717
src = fetchPypi {
1818
pname = "llama_index_vector_stores_postgres";
1919
inherit version;
20-
hash = "sha256-yk1uHPH1Bipgy+WNx5KQ5Iuvp6b58uvcYkLP5Ma4STI=";
20+
hash = "sha256-4bbjXMH4T/BRJ/l+vDOYqbv2nn0HE9953h4qFRXFlXQ=";
2121
};
2222

2323
pythonRemoveDeps = [ "psycopg2-binary" ];

0 commit comments

Comments
 (0)