Merge pull request #312081 from r-ryantm/auto-update/python311Packages.pytelegrambotapi

python311Packages.pytelegrambotapi: 4.17.0 -> 4.18.0
This commit is contained in:
Fabian Affolter
2024-05-16 08:42:09 +02:00
committed by GitHub
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "pytelegrambotapi";
version = "4.17.0";
version = "4.18.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "eternnoir";
repo = "pyTelegramBotAPI";
rev = "refs/tags/${version}";
hash = "sha256-Asw6wpZs0FgsUYLVQ4u4qQgIFdvShcsN3XvgHn48cbI=";
hash = "sha256-MlKLLLoEbB+ju+ewYDSEUCLVpCt+MsRKzTDVDuxDr8I=";
};
build-system = [ hatchling ];