python312Packages.python-telegram-bot: 21.4 -> 21.5

This commit is contained in:
R. Ryantm 2024-09-01 16:24:31 +00:00 committed by Dmitry Kalinkin
parent 2c578e681e
commit 3cae250738

View File

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "python-telegram-bot";
version = "21.4";
version = "21.5";
pyproject = true;
disabled = pythonOlder "3.8";
@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "python-telegram-bot";
repo = "python-telegram-bot";
rev = "refs/tags/v${version}";
hash = "sha256-5raEejd8WH9JrFvMIy2AuMGK9O/FJ2rq9PeVqK+IMOU=";
hash = "sha256-i1YEcN615xeI4HcygXV9kzuXpT2yDSnlNU6bZqu1dPM=";
};
build-system = [ setuptools hatchling ];