lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.python-telegram-bot: 21.11.1 -> 22.0

Diff: https://github.com/python-telegram-bot/python-telegram-bot/compare/refs/tags/v21.11.1...v22.0

Changelog: https://github.com/python-telegram-bot/python-telegram-bot/blob/v22.0/CHANGES.rst

+2 -2
+2 -2
pkgs/development/python-modules/python-telegram-bot/default.nix
··· 24 24 25 25 buildPythonPackage rec { 26 26 pname = "python-telegram-bot"; 27 - version = "21.11.1"; 27 + version = "22.0"; 28 28 pyproject = true; 29 29 30 30 disabled = pythonOlder "3.8"; ··· 33 33 owner = "python-telegram-bot"; 34 34 repo = "python-telegram-bot"; 35 35 tag = "v${version}"; 36 - hash = "sha256-ro3v7JXTxhxmxS0/TXTgV6ZixR5UaJ4zQ+UCt2oel9w="; 36 + hash = "sha256-/8sWlq2f71B3Y2fAsdluGqW5I07KNfFmqtXtk+7crE4="; 37 37 }; 38 38 39 39 build-system = [