1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #8854 from lancelotsix/update_alembic

pythonPackages.alembic: 0.6.6 -> 0.7.6
This commit is contained in:
goibhniu 2015-07-16 22:51:23 +02:00
commit 606e3ab45e

View file

@ -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 ];