Commit bafea51b authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.pytelegrambotapi: 4.17.0 -> 4.18.0

parent 0f2ebf4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];