python-packages: azure 0.9.0 -> 0.10.0

Also adds maintainer section.
This commit is contained in:
Erik Timan 2015-04-07 09:30:46 +00:00
parent e7306302d0
commit db6de11341

View File

@ -659,12 +659,12 @@ let
}));
azure = buildPythonPackage rec {
version = "0.9.0";
version = "0.10.0";
name = "azure-${version}";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/a/azure/${name}.zip";
md5 = "9616767cf45c1c00794624e2a0889f23";
md5 = "305b0036df5696d68369807835f554ae";
};
propagatedBuildInputs = with self; [ dateutil ];
@ -673,6 +673,7 @@ let
description = "Microsoft Azure SDK for Python";
homepage = "http://azure.microsoft.com/en-us/develop/python/";
license = licenses.asl20;
maintainers = [ maintainers.olcai ];
};
};