python312Packages.python-telegram-bot: 21.6 -> 21.7 (#354588)

This commit is contained in:
Fabian Affolter 2024-11-09 08:39:05 +01:00 committed by GitHub
commit b756d6e445
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "python-telegram-bot";
version = "21.6";
version = "21.7";
pyproject = true;
disabled = pythonOlder "3.8";
@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "python-telegram-bot";
repo = "python-telegram-bot";
rev = "refs/tags/v${version}";
hash = "sha256-FwAlceRqQfTjCCi+Mqrf0LCxSZD4mV/CVN6YPs947c4=";
hash = "sha256-I8pSUL1nR1x+WUBYK31RlwFE/ATh2tCteYNWEg8XQjg=";
};
build-system = [