python311Packages.pytelegrambotapi: 4.17.0 -> 4.18.0

This commit is contained in:
R. Ryantm 2024-05-16 00:54:39 +00:00
parent 0f2ebf4b0b
commit bafea51ba2

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "pytelegrambotapi";
version = "4.17.0";
version = "4.18.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "eternnoir";
repo = "pyTelegramBotAPI";
rev = "refs/tags/${version}";
hash = "sha256-Asw6wpZs0FgsUYLVQ4u4qQgIFdvShcsN3XvgHn48cbI=";
hash = "sha256-MlKLLLoEbB+ju+ewYDSEUCLVpCt+MsRKzTDVDuxDr8I=";
};
build-system = [ hatchling ];