about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-security
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-23 06:10:26 +0000
committerJon <jonringer@users.noreply.github.com>2020-06-23 14:39:23 -0700
commite07238681d9af5e667d2b6078c8a5aa11b9a6f4b (patch)
treedf7db5fefa234bb20011c99e6c2c5f79d5acf14a /pkgs/development/python-modules/azure-mgmt-security
parent0e990415c90fd2dcf114a4fe1ede8ce7f1a8bb67 (diff)
python37Packages.azure-mgmt-security: 0.3.0 -> 0.4.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 5a9d8849f8d21..ae50ee6d3ebd7 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.3.0";
+  version = "0.4.0";
   pname = "azure-mgmt-security";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0z766424783a6y5dp5ybxssb0bfzqb8kpa6zra8ccnbfg4fn478v";
+    sha256 = "1gpkvvk4prx6khs6vrlbqlg6zarsmplg3k9zbymxfm6irriqildm";
     extension = "zip";
   };