forked from mirrors/nixpkgs
Merge pull request #8854 from lancelotsix/update_alembic
pythonPackages.alembic: 0.6.6 -> 0.7.6
This commit is contained in:
commit
606e3ab45e
|
@ -293,11 +293,11 @@ let
|
|||
|
||||
|
||||
alembic = buildPythonPackage rec {
|
||||
name = "alembic-0.6.6";
|
||||
name = "alembic-0.7.6";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/a/alembic/${name}.tar.gz";
|
||||
md5 = "71e4a8f6849e1527abfc4ea33d51f37c";
|
||||
sha256 = "0qgglnxsn470ncyipm33j3d5nf5ny2g3wq7fxyy9fv2x4rhs8kw6";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ nose mock ];
|
||||
|
|
Loading…
Reference in a new issue