python3Packages.llm-perplexity: 2025.6.0 -> 2025.10.0

This commit is contained in:
R. Ryantm
2025-10-27 16:25:42 +00:00
parent b48fdaf267
commit 124fecf282
@@ -19,14 +19,14 @@
}:
buildPythonPackage rec {
pname = "llm-perplexity";
version = "2025.6.0";
version = "2025.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "hex";
repo = "llm-perplexity";
tag = version;
hash = "sha256-LTf2TY5bjSb7ARXrhWj1ctGuMpnq2Kl/kv/hrgX/m/M=";
hash = "sha256-8vgHlua+fPwZf2Accf0/CMFBIFAEZujP4hB3yTbLGG8=";
};
build-system = [ setuptools ];