dependencies: bumped transifex-clients to 0.12.5

This commit is contained in:
Marcin Kuzminski 2017-11-06 23:08:55 +01:00
parent 80262cbea1
commit dbaad7ec5c
2 changed files with 5 additions and 5 deletions

View file

@ -1898,13 +1898,13 @@
};
};
transifex-client = super.buildPythonPackage {
name = "transifex-client-0.10";
name = "transifex-client-0.12.5";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
propagatedBuildInputs = with self; [urllib3 six];
src = fetchurl {
url = "https://pypi.python.org/packages/f3/4e/7b925192aee656fb3e04fa6381c8b3dc40198047c3b4a356f6cfd642c809/transifex-client-0.10.tar.gz";
md5 = "5549538d84b8eede6b254cd81ae024fa";
url = "https://pypi.python.org/packages/7b/86/60f31a0c9b8d0b1266ce15b6c80b55f88522140c8acfc395d5aec5e23475/transifex-client-0.12.5.tar.gz";
md5 = "e6e278117b23f60702c06e203b7e51ae";
};
meta = {
license = [ pkgs.lib.licenses.gpl2 ];

View file

@ -111,7 +111,7 @@ jupyter_client==5.0.0
alembic==0.9.6
invoke==0.13.0
bumpversion==0.5.3
transifex-client==0.10
transifex-client==0.12.5
## http servers
gevent==1.2.2