summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-07-06 09:48:06 -0700
committerJon <jonringer@users.noreply.github.com>2020-07-06 11:37:37 -0700
commitf73156459210fd9fcbec52c55a29804a82529d33 (patch)
tree7d410b9d824e9758023af65f304c1e61f0aa4a68
parentd3c846e48c1094a526919960f5bfd64bd8786dfe (diff)
python3Packages.azure-mgmt-storage: 10.0.0 -> 11.1.0
-rw-r--r--pkgs/development/python-modules/azure-mgmt-storage/default.nix4
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 e3ac0961542b..8e101ef051ac 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 = "10.0.0";
+ version = "11.1.0";
pname = "azure-mgmt-storage";
src = fetchPypi {
inherit pname version;
extension = "zip";
- sha256 = "d1edead1ad36e957c9f9b605f547ad1ff7152f8f785fa03d3c7891bb428a68ef";
+ sha256 = "ef23587c1b6dc0866ebf0e91e83ba05d7f7e4fea7951b704781b9cd9f5f27f1c";
};
propagatedBuildInputs = [ azure-mgmt-common ];