Revert "python3Packages.python-telegram-bot: 22.5 -> 22.6"

This reverts commit 526eb9c5c9 because it
broke home-assistant.tests.components.telegram_bot.
This commit is contained in:
Robert Schütz
2026-03-05 19:30:36 -08:00
parent 885318c441
commit bb24bcd33d
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "python-telegram-bot";
version = "22.6";
version = "22.5";
pyproject = true;
src = fetchFromGitHub {
owner = "python-telegram-bot";
repo = "python-telegram-bot";
tag = "v${version}";
hash = "sha256-B7tG70Nzt7HKFD1n1Aq5DGGrcTyb4Df9LF31DGN4KQc=";
hash = "sha256-++vDura+7AkqM7gV12O2CRRQ1H7G5G22VHGo4OdyffU=";
};
build-system = [