python312Packages.python-telegram-bot: 21.0.1 -> 21.1

This commit is contained in:
R. Ryantm 2024-04-12 15:04:52 +00:00 committed by Dmitry Kalinkin
parent b008f50607
commit a8fe160216

View File

@ -21,7 +21,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "python-telegram-bot"; pname = "python-telegram-bot";
version = "21.0.1"; version = "21.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -30,7 +30,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-jyDEfHkbB95fzFkRFKgV4y46AxT+yUPwfq1DJ3sF//I="; hash = "sha256-s5C3f17VP5ooH78/4JQMkzuV1byi7rFPTmVr3lZliFc=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [