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

This commit is contained in:
Sandro 2021-09-11 22:49:34 +02:00 committed by GitHub
commit e9bf7a6227
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 = "4.0.0";
version = "5.0.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "e57437a933e7dea9b0618fe790e0dadc63f9857735361ac8b5f5e8062b9c2a0d";
sha256 = "0b10542600cd268d6369681c3367373a925eedcda5414eacbd3fbc9a0bdf1f24";
};
propagatedBuildInputs = [