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-02 09:12:41 -0800
committerJonathan Ringer <jonringer117@gmail.com>2020-11-02 09:21:56 -0800
commitf60b39700de15b569c2f23c9d96b6497061424de (patch)
treee0c7c1754491e0d5c34bf626247917d629330600 /pkgs/development/python-modules/azure-mgmt-security
parentd15b9488be00810330b463d8501df2107ff768b1 (diff)
python3Packages.azure-mgmt-security: 0.4.1 -> 0.5.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 90a64ff098ae9..5c437e472dd85 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.4.1";
+  version = "0.5.0";
   pname = "azure-mgmt-security";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "08gf401d40bd1kn9wmpxcjxqdh84cd9hxm8rdjd0918483sqs71r";
+    sha256 = "c0d232cdb5ad74f4590db2e44df74c0872fcb9fded7f03c7b57188a63b54ecfa";
     extension = "zip";
   };