From ca90631cfb213290eb73fb14b054465d7d3b77d2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 29 Dec 2024 03:30:52 +0100 Subject: [PATCH] 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 --- .../python-modules/python-telegram-bot/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-telegram-bot/default.nix b/pkgs/development/python-modules/python-telegram-bot/default.nix index 2cc7a7c95595..3b15ed6fd8f7 100644 --- a/pkgs/development/python-modules/python-telegram-bot/default.nix +++ b/pkgs/development/python-modules/python-telegram-bot/default.nix @@ -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"