python311Packages.python-telegram-bot: 21.1.1 -> 21.2

This commit is contained in:
R. Ryantm
2024-05-21 04:50:19 +00:00
parent 3d7cb74a39
commit 8e12c25a4f
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "python-telegram-bot";
version = "21.1.1";
version = "21.2";
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-BZrcYZxivrZIkHKqi+x9M4A9XE9dD//2PqzRwA3vuGU=";
hash = "sha256-l5twJbyZh30+pt9DsCpQRuSav8qYNGlIhQW0qY9BmO4=";
};
nativeBuildInputs = [