mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 08:34:04 +00:00
Merge pull request #334831 from deejayem/chatblade-0.6.2
This commit is contained in:
commit
d19b041dc8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user