Skip to content

Commit 7032318

Browse files
r-ryantmJon
authored andcommitted
python37Packages.python-telegram-bot: 12.7 -> 12.8
1 parent 79845c1 commit 7032318

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/python-telegram-bot

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
buildPythonPackage rec {
1414
pname = "python-telegram-bot";
15-
version = "12.7";
15+
version = "12.8";
1616
disabled = !isPy3k;
1717

1818
src = fetchPypi {
1919
inherit pname version;
20-
sha256 = "1vwf4pgjrg9a6w51ds9wmzq31bmi3f7xs79gdzzfxfmqmy1hb2r1";
20+
sha256 = "1hzdnjxqgqv868agaipga4padq2q5s4hd1yzvh3n48b9ck2qcw9j";
2121
};
2222

2323
checkInputs = [ pytest ];

0 commit comments

Comments
 (0)