3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #135076 from r-ryantm/auto-update/python3.8-azure-mgmt-web

python38Packages.azure-mgmt-web: 3.0.0 -> 4.0.0
This commit is contained in:
Sandro 2021-08-26 14:09:38 +02:00 committed by GitHub
commit 58c70e7028
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-web";
version = "3.0.0";
version = "4.0.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "274239993a4705c9e1135842137d77a703f63d14ee5c1a5ee87fe1f8a471a061";
sha256 = "e57437a933e7dea9b0618fe790e0dadc63f9857735361ac8b5f5e8062b9c2a0d";
};
propagatedBuildInputs = [