mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python-packages: azure 0.9.0 -> 0.10.0
Also adds maintainer section.
This commit is contained in:
parent
e7306302d0
commit
db6de11341
1 changed files with 3 additions and 2 deletions
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue