python312Packages.python-telegram-bot: 21.6 -> 21.7

This commit is contained in:
R. Ryantm 2024-11-08 20:31:38 +00:00
parent df07f2434a
commit 16e233eb94

View File

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