tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.llama-index-instrumentation: 0.3.0 -> 0.4.0
R. Ryantm
8 months ago
387b89e1
c148f7b9
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
llama-index-instrumentation
default.nix
+2
-2
pkgs/development/python-modules/llama-index-instrumentation/default.nix
reviewed
···
9
9
10
10
buildPythonPackage rec {
11
11
pname = "llama-index-instrumentation";
12
12
-
version = "0.3.0";
12
12
+
version = "0.4.0";
13
13
pyproject = true;
14
14
15
15
src = fetchPypi {
16
16
pname = "llama_index_instrumentation";
17
17
inherit version;
18
18
-
hash = "sha256-d3QcHZhh6tCA5vmDUGJZcUiNHgRr7ekc7J4M4vY+o0o=";
18
18
+
hash = "sha256-847MHwK2wferhCY7qmRn+sn4ZTjA7iVUKFPeRieKvqc=";
19
19
};
20
20
21
21
pythonRelaxDeps = [ "pydantic" ];