Skip to content

Commit

Permalink
python312Packages.python-telegram-bot: 21.9 -> 21.10
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and veprbl committed Jan 8, 2025
1 parent 984747e commit edd4b0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

buildPythonPackage rec {
pname = "python-telegram-bot";
version = "21.9";
version = "21.10";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "python-telegram-bot";
repo = "python-telegram-bot";
tag = "v${version}";
hash = "sha256-eJC8oH5iAMdCN546LzoRwlNq0gQqu8fZGscQlOzb/aY=";
hash = "sha256-iiKdEYCQgYehiyM6/rWrm76n6m2q7ok2OIfkkWztBSs=";
};

build-system = [
Expand Down

0 comments on commit edd4b0b

Please sign in to comment.