python3Packages.pytelegrambotapi: 4.26.0 -> 4.27.0

This commit is contained in:
R. Ryantm 2025-05-04 02:36:11 +00:00
parent e830669088
commit 81a80f043e

View File

@ -20,7 +20,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytelegrambotapi"; pname = "pytelegrambotapi";
version = "4.26.0"; version = "4.27.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "eternnoir"; owner = "eternnoir";
repo = "pyTelegramBotAPI"; repo = "pyTelegramBotAPI";
tag = version; tag = version;
hash = "sha256-y0Cs1DkbWwR3UYo+2ieRoFi0CSEKX0xwyVjRVC48efg="; hash = "sha256-UozVUdqNxxwWTBoq7ekr8ZX5KdkvQj+SiNSwebVXblI=";
}; };
build-system = [ hatchling ]; build-system = [ hatchling ];
@ -60,7 +60,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Python implementation for the Telegram Bot API"; description = "Python implementation for the Telegram Bot API";
homepage = "https://github.com/eternnoir/pyTelegramBotAPI"; homepage = "https://github.com/eternnoir/pyTelegramBotAPI";
changelog = "https://github.com/eternnoir/pyTelegramBotAPI/releases/tag/${version}"; changelog = "https://github.com/eternnoir/pyTelegramBotAPI/releases/tag/${src.tag}";
license = licenses.gpl2Only; license = licenses.gpl2Only;
maintainers = with maintainers; [ das_j ]; maintainers = with maintainers; [ das_j ];
}; };