chatblade: 0.4.0 -> 0.6.2

This commit is contained in:
David Morgan 2024-08-15 11:07:02 +00:00
parent 199d21a833
commit f10b598eaf
No known key found for this signature in database
GPG Key ID: C171251002C200F2

View File

@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "chatblade";
version = "0.4.0";
version = "0.6.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-AjE+1MkSkZOtEUPKEPBKQ3n+aOB8cwsorBpL5skNskU=";
hash = "sha256-N4YzXOlD1ULhiHrqA6CLOwBStQSEbz8yqtOt5mCRWLQ=";
};
doCheck = false; # there are no tests
@ -28,6 +28,7 @@ python3Packages.buildPythonApplication rec {
openai
platformdirs
pygments
pylatexenc
pyyaml
regex
requests