about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-07-16 12:58:59 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-07-21 22:33:41 +0200
commit23a1652a3da61630be06fdb4b7585beaa465c930 (patch)
tree043e0bea40db20ea2d22419740431e4cf1fa3dc9
parent64582d0d9d560c95138e3ad1f434f46336f4d0b6 (diff)
python3Packages.azure-mgmt-web: 6.1.0 -> 7.0.0
-rw-r--r--pkgs/development/python-modules/azure-mgmt-web/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-web/default.nix b/pkgs/development/python-modules/azure-mgmt-web/default.nix
index cd19e88e9bd05..ddaa89d916eb7 100644
--- a/pkgs/development/python-modules/azure-mgmt-web/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-web/default.nix
@@ -11,12 +11,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-web";
-  version = "6.1.0";
+  version = "7.0.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "c26635089276515b0488fcf014aab50a0446f54800c6e0e5583cc493ac8d738f";
+    sha256 = "sha256-WvyNgfiliEt6qawqy8Le8eifhxusMkoZbf6YcyY1SBA=";
   };
 
   propagatedBuildInputs = [