Merge pull request #228510 from deejayem/chatblade-0.2.3

chatblade: 0.2.1 -> 0.2.3

authored by

Weijia Wang and committed by
GitHub
a27f49e9 57e5d208

+2 -2
+2 -2
pkgs/applications/misc/chatblade/default.nix
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "chatblade"; 5 - version = "0.2.1"; 6 format = "setuptools"; 7 8 src = python3Packages.fetchPypi { 9 inherit pname version; 10 - sha256 = "sha256-1syZyqdv+0iyAOWDychv3bGnkHs9SCxsEotxQ+G1UPo="; 11 }; 12 13 doCheck = false; # there are no tests
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "chatblade"; 5 + version = "0.2.3"; 6 format = "setuptools"; 7 8 src = python3Packages.fetchPypi { 9 inherit pname version; 10 + sha256 = "sha256-YXZeqIX8cxNDvM4Pn0or6Lqj2ffX9aQb3b/xMIeBHRk="; 11 }; 12 13 doCheck = false; # there are no tests