python38Packages.pytelegrambotapi: 4.1.1 -> 4.2.0

This commit is contained in:
R. Ryantm 2021-11-15 05:06:01 +00:00
parent 53a68253d7
commit 04b69e480e

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pyTelegramBotAPI";
version = "4.1.1";
version = "4.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "cc8011ca05301653f2e5c2d02eadff0e882b611841a76f9e5b911994899df49e";
sha256 = "05f85dacbcf0bdf2459698bab4325f3a699d1c04bc61581627d76d075c3d5488";
};
propagatedBuildInputs = [ requests ];