mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
python-packages: azure 0.10.0 -> 0.10.2
This commit is contained in:
parent
f7dc64575d
commit
34b50b6765
@ -733,12 +733,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 New Issue
Block a user