python3Packages.pytelegrambotapi: 4.30.0 -> 4.33.0

Diff: https://github.com/eternnoir/pyTelegramBotAPI/compare/4.30.0...4.33.0

Changelog: https://github.com/eternnoir/pyTelegramBotAPI/releases/tag/4.33.0
This commit is contained in:
Fabian Affolter
2026-05-21 11:15:49 +02:00
parent 4a29d733e8
commit f2243341f9
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "pytelegrambotapi";
version = "4.30.0";
version = "4.33.0";
pyproject = true;
src = fetchFromGitHub {
owner = "eternnoir";
repo = "pyTelegramBotAPI";
tag = version;
hash = "sha256-WFikKZxc9PjqcAcKrZIXaFO7XiUBAg8y60/UH2so4Vc=";
hash = "sha256-za2krpb8Gll0zjuVFgQApDeROI7YSYo4fG6pi2hdv3g=";
};
build-system = [ hatchling ];