python313Packages.pytelegrambotapi: 4.28.0 -> 4.29.1 (#442164)

This commit is contained in:
Fabian Affolter
2025-09-12 05:47:48 +00:00
committed by GitHub
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "pytelegrambotapi";
version = "4.28.0";
version = "4.29.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "eternnoir";
repo = "pyTelegramBotAPI";
tag = version;
hash = "sha256-T6OzlL+IzQr38sjE8DhVO3NN3apgHzJQjGx3No8kRNA=";
hash = "sha256-djiuIHTcPiKIfMxFevCa4c3V8ydGpSqH4mo0qH+Cpw8=";
};
build-system = [ hatchling ];