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-11-14 11:03:33 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-15 00:29:57 -0800
commit7d129704d042894e75f78141a4f59cc04b8bea73 (patch)
treead56fde2cc529e1d188b3af867a52662781aa53c /pkgs/development/python-modules/azure-mgmt-policyinsights
parent83bae5acc82e8935fc8995ac926625287df0ed85 (diff)
python37Packages.azure-mgmt-policyinsights: 0.5.0 -> 0.6.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 ad8a2a0fbe238..b60cd66725c19 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.5.0";
+  version = "0.6.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "ed229e3845c477e88dde413825d4fba0d38b3a5ffab4e694c7d0da995f3db0f3";
+    sha256 = "2c64533f6eab08dc16450fc5d7c7651557fc0edc8ef1278dda336333d648a7c4";
   };
 
   propagatedBuildInputs = [