Skip to content

Commit b756d6e

Browse files
authored
python312Packages.python-telegram-bot: 21.6 -> 21.7 (#354588)
2 parents d68e02c + 16e233e commit b756d6e

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/python-telegram-bot

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/python-telegram-bot/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
buildPythonPackage rec {
2626
pname = "python-telegram-bot";
27-
version = "21.6";
27+
version = "21.7";
2828
pyproject = true;
2929

3030
disabled = pythonOlder "3.8";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
3333
owner = "python-telegram-bot";
3434
repo = "python-telegram-bot";
3535
rev = "refs/tags/v${version}";
36-
hash = "sha256-FwAlceRqQfTjCCi+Mqrf0LCxSZD4mV/CVN6YPs947c4=";
36+
hash = "sha256-I8pSUL1nR1x+WUBYK31RlwFE/ATh2tCteYNWEg8XQjg=";
3737
};
3838

3939
build-system = [

0 commit comments

Comments
 (0)