python3Packages.python-telegram-bot: 20.8 -> 21.0.1

https://github.com/python-telegram-bot/python-telegram-bot/blob/v21.0.1/CHANGES.rst
This commit is contained in:
Martin Weinelt 2024-03-08 02:42:05 +01:00
parent 444dc189c1
commit 4eb88670a0

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "python-telegram-bot";
version = "20.8";
version = "21.0.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-FvVUl0bV95IDPbG+6N9b3ZIsnLAUwVcdS4cu0I1aNDw=";
hash = "sha256-jyDEfHkbB95fzFkRFKgV4y46AxT+yUPwfq1DJ3sF//I=";
};
nativeBuildInputs = [