Skip to content

Commit

Permalink
python312Packages.python-telegram-bot: 21.5 -> 21.6 (NixOS#343179)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 20, 2024
2 parents c529c76 + 1afca76 commit 3ceb2f3
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.5";
version = "21.6";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "python-telegram-bot";
repo = "python-telegram-bot";
rev = "refs/tags/v${version}";
hash = "sha256-i1YEcN615xeI4HcygXV9kzuXpT2yDSnlNU6bZqu1dPM=";
hash = "sha256-FwAlceRqQfTjCCi+Mqrf0LCxSZD4mV/CVN6YPs947c4=";
};

build-system = [
Expand Down

0 comments on commit 3ceb2f3

Please sign in to comment.