about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-02-14 08:37:11 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-02-17 14:40:15 +0100
commit3a49f9825af94ef5162fed1052786d1f805718ac (patch)
tree8e0b30b0d4effdb87a42d4b6b7193a374acd2f69
parent2eb9ded88659784c1ca451691816f90cc5a194bb (diff)
python: azure-mgmt-storage: 0.20.0 -> 3.1.1
-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 2e0523bb25cc1..4dd4c692490ed 100644
--- a/pkgs/development/python-modules/azure-mgmt-storage/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-storage/default.nix
@@ -6,13 +6,13 @@
 }:
 
 buildPythonPackage rec {
-  version = "0.20.0";
+  version = "3.1.1";
   pname = "azure-mgmt-storage";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "16iw7hqhq97vlzfwixarfnirc60l5mz951p57brpcwyylphl3yim";
+    sha256 = "22a779cae5e09712b7d62ef9bc3d8907a5666893a8a113b6d9348e933170236f";
   };
 
   preConfigure = ''