Merge pull request #134724 from r-ryantm/auto-update/python3.8-pyTelegramBotAPI

python38Packages.pytelegrambotapi: 3.7.9 -> 3.8.2
This commit is contained in:
Ryan Mulligan 2021-08-24 09:31:24 -07:00 committed by GitHub
commit 5391469a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pyTelegramBotAPI";
version = "3.7.9";
version = "3.8.2";
src = fetchPypi {
inherit pname version;
sha256 = "7774314ff429852d423d5dfebe8fc1011dca93a028f1ccb0c56db6817245b752";
sha256 = "cf83c652b88b4b1535a306a9b0c2f34bf6c390cebb9553ef34369e6290fc9496";
};
propagatedBuildInputs = [ requests ];