python312Packages.python-telegram-bot: 21.10 -> 21.11.1

This commit is contained in:
R. Ryantm
2025-03-01 17:51:14 -05:00
committed by Dmitry Kalinkin
parent c92984b60d
commit 04056452a3
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "python-telegram-bot";
version = "21.10";
version = "21.11.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -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 = [
@@ -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