python312Packages.pytelegrambotapi: 4.24.0 -> 4.25.0

This commit is contained in:
R. Ryantm
2024-12-09 09:51:43 +00:00
parent 962bd73da6
commit c34c8fee74
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "pytelegrambotapi";
version = "4.24.0";
version = "4.25.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,8 +28,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "eternnoir";
repo = "pyTelegramBotAPI";
rev = "refs/tags/${version}";
hash = "sha256-/QzLF6q3ygMLElLd8qMZ97Bv1KMOl8Dctv5QGjiRCKo=";
tag = version;
hash = "sha256-rGaJsoZjRIJ2onkSthS/VaPPt+U9R8g42sB2toa1J6w=";
};
build-system = [ hatchling ];