dependecies: bumped alembic to 0.6.8 release.

This commit is contained in:
Marcin Kuzminski 2018-02-19 16:44:58 +01:00
parent a5c73ff09d
commit f579b65bdc
2 changed files with 4 additions and 4 deletions

View file

@ -315,13 +315,13 @@
};
};
alembic = super.buildPythonPackage {
name = "alembic-0.9.6";
name = "alembic-0.9.8";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [SQLAlchemy Mako python-editor python-dateutil];
src = fetchurl {
url = "https://pypi.python.org/packages/bf/b3/b28ea715824f8455635ece3c12f59d5d205f98cc378858e414e3aa6ebdbc/alembic-0.9.6.tar.gz";
md5 = "fcb096bccc87c8770bd07a04606cb989";
url = "https://pypi.python.org/packages/a1/95/2252783859df9ec76b9a25d968c2827ed75a43ba34c6e8d38f87a5c0fb26/alembic-0.9.8.tar.gz";
md5 = "5cfef58641c9a94d4a5d547e951a7dda";
};
meta = {
license = [ pkgs.lib.licenses.mit ];

View file

@ -103,7 +103,7 @@ nbformat==4.4.0
jupyter_client==5.0.0
## cli tools
alembic==0.9.6
alembic==0.9.8
invoke==0.13.0
bumpversion==0.5.3
transifex-client==0.12.5