diff options
| author | Jonathan Ringer <jonringer117@gmail.com> | 2020-05-18 16:22:04 -0700 |
|---|---|---|
| committer | Jon <jonringer@users.noreply.github.com> | 2020-05-19 16:38:52 -0700 |
| commit | 478c24b007416283ee9fccf02ead502b6ce416d6 (patch) | |
| tree | d74f24d367dc94cf52e8c8b28bdf65d8fde19359 /pkgs/development/python-modules/azure-mgmt-storage/default.nix | |
| parent | python3Packages.azure-mgmt-network: 10.1.0 -> 10.2.0 (diff) | |
| download | nixpkgs-478c24b007416283ee9fccf02ead502b6ce416d6.tar.gz | |
python3Packages.azure-mgmt-storage: 9.0.0 -> 10.0.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-storage/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/azure-mgmt-storage/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-storage/default.nix b/pkgs/development/python-modules/azure-mgmt-storage/default.nix index e786731dcd0b..e3ac0961542b 100644 --- a/pkgs/development/python-modules/azure-mgmt-storage/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-storage/default.nix @@ -7,13 +7,13 @@ }: buildPythonPackage rec { - version = "9.0.0"; + version = "10.0.0"; pname = "azure-mgmt-storage"; src = fetchPypi { inherit pname version; extension = "zip"; - sha256 = "198r51av2rd1mr3q9j8jibhd14w0v8k59ipc3czsm4g1n44adgkl"; + sha256 = "d1edead1ad36e957c9f9b605f547ad1ff7152f8f785fa03d3c7891bb428a68ef"; }; propagatedBuildInputs = [ azure-mgmt-common ]; |
