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

This commit is contained in:
R. Ryantm
2024-04-20 18:40:20 +00:00
parent 65d8de75bd
commit 51d2aba8e9
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "python-telegram-bot";
version = "21.1";
version = "21.1.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-s5C3f17VP5ooH78/4JQMkzuV1byi7rFPTmVr3lZliFc=";
hash = "sha256-BZrcYZxivrZIkHKqi+x9M4A9XE9dD//2PqzRwA3vuGU=";
};
nativeBuildInputs = [