python311Packages.python-telegram-bot: 20.5 -> 20.6

https://github.com/python-telegram-bot/python-telegram-bot/blob/v20.6/CHANGES.rst
This commit is contained in:
Martin Weinelt 2023-10-05 22:24:23 +02:00
parent 3cb8fa9d83
commit c0e6b0059e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "python-telegram-bot";
version = "20.5";
version = "20.6";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-/AdGpOl87EeVDCAZLjtan7ttE2vUL0gi1qeM18ilYEQ=";
hash = "sha256-t6yHl2uNdGaTLdbQTXp3+zds2pab4T6Pe69mu31HahA=";
};
nativeBuildInputs = [