python312Packages.python-telegram-bot: 21.7 -> 21.9 (#368217)
Diff: https://github.com/python-telegram-bot/python-telegram-bot/compare/refs/tags/v21.7...v21.9 Changelog: https://github.com/python-telegram-bot/python-telegram-bot/blob/v21.9/CHANGES.rst
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-telegram-bot";
|
||||
version = "21.7";
|
||||
version = "21.9";
|
||||
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-I8pSUL1nR1x+WUBYK31RlwFE/ATh2tCteYNWEg8XQjg=";
|
||||
hash = "sha256-eJC8oH5iAMdCN546LzoRwlNq0gQqu8fZGscQlOzb/aY=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -92,6 +92,7 @@ buildPythonPackage rec {
|
||||
"TestForum"
|
||||
"TestGame"
|
||||
"TestGet"
|
||||
"TestGiftsWithRequest"
|
||||
"TestHTTP"
|
||||
"TestInline"
|
||||
"TestInput"
|
||||
|
||||
Reference in New Issue
Block a user