Unverified Commit f94ef1fb authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.pytelegrambotapi: 4.28.0 -> 4.29.1 (#442164)

parents a4cdb24c 07074a5c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "pytelegrambotapi";
  version = "4.28.0";
  version = "4.29.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "eternnoir";
    repo = "pyTelegramBotAPI";
    tag = version;
    hash = "sha256-T6OzlL+IzQr38sjE8DhVO3NN3apgHzJQjGx3No8kRNA=";
    hash = "sha256-djiuIHTcPiKIfMxFevCa4c3V8ydGpSqH4mo0qH+Cpw8=";
  };

  build-system = [ hatchling ];