We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d86f5c commit b8a693eCopy full SHA for b8a693e
pkgs/development/python-modules/llama-index-vector-stores-postgres/default.nix
@@ -11,13 +11,13 @@
11
12
buildPythonPackage rec {
13
pname = "llama-index-vector-stores-postgres";
14
- version = "0.4.0";
+ version = "0.4.1";
15
pyproject = true;
16
17
src = fetchPypi {
18
pname = "llama_index_vector_stores_postgres";
19
inherit version;
20
- hash = "sha256-yk1uHPH1Bipgy+WNx5KQ5Iuvp6b58uvcYkLP5Ma4STI=";
+ hash = "sha256-4bbjXMH4T/BRJ/l+vDOYqbv2nn0HE9953h4qFRXFlXQ=";
21
};
22
23
pythonRemoveDeps = [ "psycopg2-binary" ];
0 commit comments