Loading pkgs/development/python-modules/python-telegram-bot/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "python-telegram-bot"; version = "21.10"; version = "21.11.1"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -33,7 +33,7 @@ buildPythonPackage rec { owner = "python-telegram-bot"; repo = "python-telegram-bot"; tag = "v${version}"; hash = "sha256-iiKdEYCQgYehiyM6/rWrm76n6m2q7ok2OIfkkWztBSs="; hash = "sha256-ro3v7JXTxhxmxS0/TXTgV6ZixR5UaJ4zQ+UCt2oel9w="; }; build-system = [ Loading Loading @@ -134,7 +134,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python library to interface with the Telegram Bot API"; homepage = "https://python-telegram-bot.org"; changelog = "https://github.com/python-telegram-bot/python-telegram-bot/blob/v${version}/CHANGES.rst"; changelog = "https://github.com/python-telegram-bot/python-telegram-bot/blob/${src.tag}/CHANGES.rst"; license = licenses.lgpl3Only; maintainers = with maintainers; [ veprbl Loading Loading
pkgs/development/python-modules/python-telegram-bot/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "python-telegram-bot"; version = "21.10"; version = "21.11.1"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -33,7 +33,7 @@ buildPythonPackage rec { owner = "python-telegram-bot"; repo = "python-telegram-bot"; tag = "v${version}"; hash = "sha256-iiKdEYCQgYehiyM6/rWrm76n6m2q7ok2OIfkkWztBSs="; hash = "sha256-ro3v7JXTxhxmxS0/TXTgV6ZixR5UaJ4zQ+UCt2oel9w="; }; build-system = [ Loading Loading @@ -134,7 +134,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python library to interface with the Telegram Bot API"; homepage = "https://python-telegram-bot.org"; changelog = "https://github.com/python-telegram-bot/python-telegram-bot/blob/v${version}/CHANGES.rst"; changelog = "https://github.com/python-telegram-bot/python-telegram-bot/blob/${src.tag}/CHANGES.rst"; license = licenses.lgpl3Only; maintainers = with maintainers; [ veprbl Loading