Merge pull request #305604 from r-ryantm/auto-update/python311Packages.python-telegram-bot

python311Packages.python-telegram-bot: 21.1 -> 21.1.1
This commit is contained in:
Weijia Wang
2024-05-04 18:43:23 +02:00
committed by GitHub
@@ -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 = [