File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/python-telegram-bot Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424
2525buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments