0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python312Packages.langfuse: 2.59.7 -> 2.60.0 (#391028)

This commit is contained in:
Nick Cao 2025-03-18 15:38:21 -04:00 committed by GitHub
commit 2624f8df0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,14 +18,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "langfuse"; pname = "langfuse";
version = "2.59.7"; version = "2.60.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "langfuse"; owner = "langfuse";
repo = "langfuse-python"; repo = "langfuse-python";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-nnNQH7ETBg1YlGUqNba0w/0Q38fIc8iGDWQLXj42kq4="; hash = "sha256-POafeO7MqPnNp+kVSOCMJxV0Q6IDuEG9Kusb69dHtbo=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];