python3Packages.llm-perplexity: 2025.10.0 -> 2025.12.0

This commit is contained in:
R. Ryantm
2025-12-22 23:10:45 +00:00
parent 117dcbf470
commit f2911fe1a9
@@ -19,14 +19,14 @@
}:
buildPythonPackage rec {
pname = "llm-perplexity";
version = "2025.10.0";
version = "2025.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "hex";
repo = "llm-perplexity";
tag = version;
hash = "sha256-8vgHlua+fPwZf2Accf0/CMFBIFAEZujP4hB3yTbLGG8=";
hash = "sha256-jPSYwhEGph/1C9n/fv1nZurY4Inu/XNHYSE1r86N1Kw=";
};
build-system = [ setuptools ];