python3Packages.pyTelegramBotAPI: 4.6.0 -> 4.7.0

This commit is contained in:
Martin Weinelt
2022-09-19 10:37:40 +02:00
parent d8ed07f85e
commit 23efe5abe7
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyTelegramBotAPI";
version = "4.6.0";
version = "4.7.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-sa6kw8hnWGt++qgNVNs7cQ9LJK64CVv871aP8n08pRA=";
hash = "sha256-sVu518B+PDSpW6MhYtNWkPpwuT471VfGuDDtpL7Mo/U=";
};
propagatedBuildInputs = [