1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-28 12:06:38 +03:00

python37Packages.python-telegram-bot: 12.7 -> 12.8

This commit is contained in:
R. RyanTM 2020-07-06 18:26:32 +00:00 committed by Jon
parent 79845c1d12
commit 703231836e

View file

@ -12,12 +12,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "python-telegram-bot"; pname = "python-telegram-bot";
version = "12.7"; version = "12.8";
disabled = !isPy3k; disabled = !isPy3k;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1vwf4pgjrg9a6w51ds9wmzq31bmi3f7xs79gdzzfxfmqmy1hb2r1"; sha256 = "1hzdnjxqgqv868agaipga4padq2q5s4hd1yzvh3n48b9ck2qcw9j";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];