python3Packages.python-telegram-bot: 22.1 -> 22.3

https://github.com/python-telegram-bot/python-telegram-bot/blob/v22.3/CHANGES.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:03:52 +02:00
parent f001ecef6e
commit 99816db744
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "python-telegram-bot";
version = "22.1";
version = "22.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "python-telegram-bot";
repo = "python-telegram-bot";
tag = "v${version}";
hash = "sha256-zysqE1WZCHdoJUr9+yE7L5xY5pInNUKC4qw4v3zPSRg=";
hash = "sha256-mckCkz5DBRjO4iFvRpkqLa7H8GBE/Lwi9CQ902pQ1nQ=";
};
build-system = [