summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-security/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-02 14:14:41 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-10-02 11:15:10 -0700
commit3df202df293e26a201f8f4d60c1f9a9e0d1270df (patch)
tree1a00cdb511ef3dd203ecc3dd5bd72fffa355e47a /pkgs/development/python-modules/azure-mgmt-security/default.nix
parent6221ec58af5b7b1b9a71d6ceacf1135285a10263 (diff)
python310Packages.azure-mgmt-security: 1.0.0 -> 2.0.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-security/default.nix')
-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 a947e84f9aef8..30c4fe2e7627a 100644
--- a/pkgs/development/python-modules/azure-mgmt-security/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-security/default.nix
@@ -6,13 +6,13 @@
 }:
 
 buildPythonPackage rec {
-  version = "1.0.0";
+  version = "2.0.0";
   pname = "azure-mgmt-security";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "ae1cff598dfe80e93406e524c55c3f2cbffced9f9b7a5577e3375008a4c3bcad";
+    sha256 = "sha256-2sr3clHf5EvbXAx5FH3d3ab1/Y48r6Ojww3p9WX35aM=";
     extension = "zip";
   };