summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-17 11:29:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-17 11:29:38 +0000
commitff59315b4fae36741fc812c471097e301d5dc9ba (patch)
tree5ff39acd75f982b13c3077da694527f8b449658d
parent0b3c49e57a26a9cdfa492c1ca5545373987b0ade (diff)
downloadnixpkgs-ff59315b4fae36741fc812c471097e301d5dc9ba.tar
nixpkgs-ff59315b4fae36741fc812c471097e301d5dc9ba.tar.gz
nixpkgs-ff59315b4fae36741fc812c471097e301d5dc9ba.tar.bz2
nixpkgs-ff59315b4fae36741fc812c471097e301d5dc9ba.tar.lz
nixpkgs-ff59315b4fae36741fc812c471097e301d5dc9ba.tar.xz
nixpkgs-ff59315b4fae36741fc812c471097e301d5dc9ba.tar.zst
nixpkgs-ff59315b4fae36741fc812c471097e301d5dc9ba.zip
python310Packages.azure-mgmt-security: 2.0.0 -> 3.0.0
-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 30c4fe2e762..d309112964d 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 = "2.0.0";
+  version = "3.0.0";
   pname = "azure-mgmt-security";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-2sr3clHf5EvbXAx5FH3d3ab1/Y48r6Ojww3p9WX35aM=";
+    sha256 = "sha256-vLp874V/awKi2Yr+sH+YcbFij6M9iGGrE4fnMufbP4Q=";
     extension = "zip";
   };