mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
azure sdk for python: update from 0.9.0 to 0.11.0
Conflicts: pkgs/top-level/python-packages.nix
This commit is contained in:
parent
2fe9084397
commit
d6a8bdcdc6
@ -750,13 +750,13 @@ let
|
||||
}));
|
||||
|
||||
azure = buildPythonPackage rec {
|
||||
version = "0.10.2";
|
||||
version = "0.11.0";
|
||||
name = "azure-${version}";
|
||||
disabled = pythonOlder "2.7";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/a/azure/${name}.zip";
|
||||
md5 = "8eaa0f8e649b21b6527a5ee801cef33a";
|
||||
md5 = "5499efd85c54c757c0e757b5407ee47f";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ dateutil futures pyopenssl requests ];
|
||||
|
Loading…
Reference in New Issue
Block a user