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-07-06 07:18:24 +0000
committerJon <jonringer@users.noreply.github.com>2020-07-06 09:45:48 -0700
commit636fec8ea72a4c0c7f2de87acc84595fab6a751d (patch)
tree0975dd1705501b0da65eee26064bd3771f52a33b /pkgs/development/python-modules/azure-mgmt-security
parentbe75df90dd6cad60c9315678866fba9e19c0e7d0 (diff)
python37Packages.azure-mgmt-security: 0.4.0 -> 0.4.1
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 ae50ee6d3ebd7..90a64ff098ae9 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.0";
+  version = "0.4.1";
   pname = "azure-mgmt-security";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1gpkvvk4prx6khs6vrlbqlg6zarsmplg3k9zbymxfm6irriqildm";
+    sha256 = "08gf401d40bd1kn9wmpxcjxqdh84cd9hxm8rdjd0918483sqs71r";
     extension = "zip";
   };