##// END OF EJS Templates
dependencies: bumped alembic to 0.9.6
marcink -
r2289:718fb1c1 default
parent child Browse files
Show More
@@ -328,13 +328,13 b''
328 };
328 };
329 };
329 };
330 alembic = super.buildPythonPackage {
330 alembic = super.buildPythonPackage {
331 name = "alembic-0.9.2";
331 name = "alembic-0.9.6";
332 buildInputs = with self; [];
332 buildInputs = with self; [];
333 doCheck = false;
333 doCheck = false;
334 propagatedBuildInputs = with self; [SQLAlchemy Mako python-editor python-dateutil];
334 propagatedBuildInputs = with self; [SQLAlchemy Mako python-editor python-dateutil];
335 src = fetchurl {
335 src = fetchurl {
336 url = "https://pypi.python.org/packages/78/48/b5b26e7218b415f40b60b92c53853d242e5456c0f19f6c66101d98ff5f2a/alembic-0.9.2.tar.gz";
336 url = "https://pypi.python.org/packages/bf/b3/b28ea715824f8455635ece3c12f59d5d205f98cc378858e414e3aa6ebdbc/alembic-0.9.6.tar.gz";
337 md5 = "40daf8bae50969beea40efaaf0839ff4";
337 md5 = "fcb096bccc87c8770bd07a04606cb989";
338 };
338 };
339 meta = {
339 meta = {
340 license = [ pkgs.lib.licenses.mit ];
340 license = [ pkgs.lib.licenses.mit ];
@@ -108,7 +108,7 b' nbformat==4.3.0'
108 jupyter_client==5.0.0
108 jupyter_client==5.0.0
109
109
110 ## cli tools
110 ## cli tools
111 alembic==0.9.2
111 alembic==0.9.6
112 invoke==0.13.0
112 invoke==0.13.0
113 bumpversion==0.5.3
113 bumpversion==0.5.3
114 transifex-client==0.10
114 transifex-client==0.10
General Comments 0
You need to be logged in to leave comments. Login now