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
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "python-telegram-bot";
version = "21.0.1";
version = "21.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "python-telegram-bot";
repo = "python-telegram-bot";
rev = "refs/tags/v${version}";
hash = "sha256-jyDEfHkbB95fzFkRFKgV4y46AxT+yUPwfq1DJ3sF//I=";
hash = "sha256-s5C3f17VP5ooH78/4JQMkzuV1byi7rFPTmVr3lZliFc=";
};
nativeBuildInputs = [