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.
2 parents 5c1c000 + fba4b8d commit 2a60110Copy full SHA for 2a60110
pkgs/development/python-modules/llama-index-graph-stores-nebula/default.nix
@@ -10,15 +10,15 @@
10
11
buildPythonPackage rec {
12
pname = "llama-index-graph-stores-nebula";
13
- version = "0.4.1";
+ version = "0.4.2";
14
pyproject = true;
15
16
disabled = pythonOlder "3.8";
17
18
src = fetchPypi {
19
pname = "llama_index_graph_stores_nebula";
20
inherit version;
21
- hash = "sha256-0U5DsgojS8i0temD2ehGSOroGwUPIZtUlMDeg4XJaGA=";
+ hash = "sha256-0CooGtmDz9OAJ+B543eFbrFTzii5iXwmo0dV4c/E/es=";
22
};
23
24
build-system = [ poetry-core ];
0 commit comments