Skip to content

Commit

Permalink
Merge pull request #7231 from olcai/update-python-azure
Browse files Browse the repository at this point in the history
python-packages: azure 0.9.0 -> 0.10.0
  • Loading branch information
domenkozar committed Apr 7, 2015
2 parents 46f4e26 + e5989ee commit 13b68e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -659,20 +659,21 @@ 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 ];
propagatedBuildInputs = with self; [ dateutil futures pyopenssl requests ];

meta = with stdenv.lib; {
description = "Microsoft Azure SDK for Python";
homepage = "http://azure.microsoft.com/en-us/develop/python/";
license = licenses.asl20;
maintainers = [ maintainers.olcai ];
};
};

Expand Down

0 comments on commit 13b68e7

Please sign in to comment.