Commit 3cae2507 authored by R. RyanTM's avatar R. RyanTM Committed by Dmitry Kalinkin
Browse files

python312Packages.python-telegram-bot: 21.4 -> 21.5

parent 2c578e68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

buildPythonPackage rec {
  pname = "python-telegram-bot";
  version = "21.4";
  version = "21.5";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
    owner = "python-telegram-bot";
    repo = "python-telegram-bot";
    rev = "refs/tags/v${version}";
    hash = "sha256-5raEejd8WH9JrFvMIy2AuMGK9O/FJ2rq9PeVqK+IMOU=";
    hash = "sha256-i1YEcN615xeI4HcygXV9kzuXpT2yDSnlNU6bZqu1dPM=";
  };

  build-system = [ setuptools hatchling ];