about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-security
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-11-28 08:45:49 -0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-29 00:11:24 -0800
commit86e9cf0564f7141373cfe6d269a90cda7888b71a (patch)
treec776de3f50be108800135e0844e8720f5167233e /pkgs/development/python-modules/azure-mgmt-security
parent3cefddcd2d6bff608b22ca2df4cb9b5a49a487c6 (diff)
python3Packages.azure-mgmt-security: 0.5.0 -> 0.6.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-security')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-security/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-security/default.nix b/pkgs/development/python-modules/azure-mgmt-security/default.nix
index 5c437e472dd85..9de17636b2342 100644
--- a/pkgs/development/python-modules/azure-mgmt-security/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-security/default.nix
@@ -5,13 +5,13 @@
 }:
 
 buildPythonPackage rec {
-  version = "0.5.0";
+  version = "0.6.0";
   pname = "azure-mgmt-security";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c0d232cdb5ad74f4590db2e44df74c0872fcb9fded7f03c7b57188a63b54ecfa";
+    sha256 = "9f37d0151d730801222af111f0830905634795dbfd59ad1b89c35197421e74d3";
     extension = "zip";
   };