python3Packages.pytelegrambotapi: 4.28.0 -> 4.29.1

This commit is contained in:
R. Ryantm
2025-09-05 18:15:15 +00:00
parent e801474809
commit e8787cd33d
@@ -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 ];