python313Packages.python-telegram-bot: 22.0 -> 22.1

https://github.com/python-telegram-bot/python-telegram-bot/blob/v22.1/CHANGES.rst
This commit is contained in:
Martin Weinelt
2025-05-23 08:37:21 -07:00
committed by Robert Schütz
parent 9f684e9432
commit 7f4190857c
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "python-telegram-bot";
version = "22.0";
version = "22.1";
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-/8sWlq2f71B3Y2fAsdluGqW5I07KNfFmqtXtk+7crE4=";
hash = "sha256-zysqE1WZCHdoJUr9+yE7L5xY5pInNUKC4qw4v3zPSRg=";
};
build-system = [