about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-policyinsights
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-02-09 07:51:30 +0000
committerJon <jonringer@users.noreply.github.com>2020-02-09 19:25:37 -0800
commit3745d96adcc74ccc3b93b8c2127b2cc246eae739 (patch)
treed5d3549130951d38ca9ae8ae5450d8def23e5b09 /pkgs/development/python-modules/azure-mgmt-policyinsights
parentc65ddd0d5eb361d662d84c064c1c39308734c960 (diff)
python27Packages.azure-mgmt-policyinsights: 0.3.1 -> 0.4.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-policyinsights')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-policyinsights/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-policyinsights/default.nix b/pkgs/development/python-modules/azure-mgmt-policyinsights/default.nix
index 4df00abc806b5..37c7e46cbf3a1 100644
--- a/pkgs/development/python-modules/azure-mgmt-policyinsights/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-policyinsights/default.nix
@@ -10,12 +10,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-policyinsights";
-  version = "0.3.1";
+  version = "0.4.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "b27f5ac367b69e225ab02fa2d1ea20cbbfe948ff43b0af4698cd8cbde0063908";
+    sha256 = "1b69rz9wm0jvc54vx3b7h633x8gags51xwxrkp6myar40jggxw6g";
   };
 
   propagatedBuildInputs = [