Merge pull request #281896 from r-ryantm/auto-update/chatblade

chatblade: 0.3.1 -> 0.3.4
This commit is contained in:
Nikolay Korotkiy 2024-01-20 00:33:17 +04:00 committed by GitHub
commit f982002214
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "chatblade";
version = "0.3.1";
version = "0.3.4";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-QBURvPfDBbhF+AhQ0SsHYnZzr5RN36Cqa2DrAQZW0gU=";
sha256 = "sha256-ODC8n4JS7IOfAJMn7CPzJcBNMhfD5A3eEqVUK1e4mZY=";
};
doCheck = false; # there are no tests