diff --git a/pkgs/development/python-modules/pyTelegramBotAPI/default.nix b/pkgs/development/python-modules/pyTelegramBotAPI/default.nix index 420e9552d283..c60adb199074 100644 --- a/pkgs/development/python-modules/pyTelegramBotAPI/default.nix +++ b/pkgs/development/python-modules/pyTelegramBotAPI/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "pytelegrambotapi"; - version = "4.26.0"; + version = "4.27.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "eternnoir"; repo = "pyTelegramBotAPI"; tag = version; - hash = "sha256-y0Cs1DkbWwR3UYo+2ieRoFi0CSEKX0xwyVjRVC48efg="; + hash = "sha256-UozVUdqNxxwWTBoq7ekr8ZX5KdkvQj+SiNSwebVXblI="; }; build-system = [ hatchling ]; @@ -60,7 +60,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python implementation for the Telegram Bot API"; 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; maintainers = with maintainers; [ das_j ]; };