Merge pull request #146074 from r-ryantm/auto-update/python38Packages.pytelegrambotapi

This commit is contained in:
Janne Heß 2021-11-15 20:59:41 +01:00 committed by GitHub
commit 5715d5b507
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];