##// END OF EJS Templates
dependecies: bumped alembic to 0.6.8 release.
marcink -
r2607:ff2cbf0b default
parent child Browse files
Show More
@@ -315,13 +315,13 b''
315 };
315 };
316 };
316 };
317 alembic = super.buildPythonPackage {
317 alembic = super.buildPythonPackage {
318 name = "alembic-0.9.6";
318 name = "alembic-0.9.8";
319 buildInputs = with self; [];
319 buildInputs = with self; [];
320 doCheck = false;
320 doCheck = false;
321 propagatedBuildInputs = with self; [SQLAlchemy Mako python-editor python-dateutil];
321 propagatedBuildInputs = with self; [SQLAlchemy Mako python-editor python-dateutil];
322 src = fetchurl {
322 src = fetchurl {
323 url = "https://pypi.python.org/packages/bf/b3/b28ea715824f8455635ece3c12f59d5d205f98cc378858e414e3aa6ebdbc/alembic-0.9.6.tar.gz";
323 url = "https://pypi.python.org/packages/a1/95/2252783859df9ec76b9a25d968c2827ed75a43ba34c6e8d38f87a5c0fb26/alembic-0.9.8.tar.gz";
324 md5 = "fcb096bccc87c8770bd07a04606cb989";
324 md5 = "5cfef58641c9a94d4a5d547e951a7dda";
325 };
325 };
326 meta = {
326 meta = {
327 license = [ pkgs.lib.licenses.mit ];
327 license = [ pkgs.lib.licenses.mit ];
@@ -103,7 +103,7 b' nbformat==4.4.0'
103 jupyter_client==5.0.0
103 jupyter_client==5.0.0
104
104
105 ## cli tools
105 ## cli tools
106 alembic==0.9.6
106 alembic==0.9.8
107 invoke==0.13.0
107 invoke==0.13.0
108 bumpversion==0.5.3
108 bumpversion==0.5.3
109 transifex-client==0.12.5
109 transifex-client==0.12.5
General Comments 0
You need to be logged in to leave comments. Login now