forked from mirrors/nixpkgs
python-packages: azure 0.10.0 -> 0.10.2
This commit is contained in:
parent
82da4096ad
commit
b884826d15
|
@ -732,12 +732,12 @@ let
|
|||
}));
|
||||
|
||||
azure = buildPythonPackage rec {
|
||||
version = "0.10.0";
|
||||
version = "0.10.2";
|
||||
name = "azure-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/a/azure/${name}.zip";
|
||||
md5 = "305b0036df5696d68369807835f554ae";
|
||||
md5 = "8eaa0f8e649b21b6527a5ee801cef33a";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ dateutil futures pyopenssl requests ];
|
||||
|
|
Loading…
Reference in a new issue