Skip to content

Commit 0405645

Browse files
r-ryantmveprbl
authored andcommitted
python312Packages.python-telegram-bot: 21.10 -> 21.11.1
1 parent c92984b commit 0405645

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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.10";
27+
version = "21.11.1";
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
tag = "v${version}";
36-
hash = "sha256-iiKdEYCQgYehiyM6/rWrm76n6m2q7ok2OIfkkWztBSs=";
36+
hash = "sha256-ro3v7JXTxhxmxS0/TXTgV6ZixR5UaJ4zQ+UCt2oel9w=";
3737
};
3838

3939
build-system = [
@@ -134,7 +134,7 @@ buildPythonPackage rec {
134134
meta = with lib; {
135135
description = "Python library to interface with the Telegram Bot API";
136136
homepage = "https://python-telegram-bot.org";
137-
changelog = "https://github.com/python-telegram-bot/python-telegram-bot/blob/v${version}/CHANGES.rst";
137+
changelog = "https://github.com/python-telegram-bot/python-telegram-bot/blob/${src.tag}/CHANGES.rst";
138138
license = licenses.lgpl3Only;
139139
maintainers = with maintainers; [
140140
veprbl

0 commit comments

Comments
 (0)