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

python37Packages.azure-mgmt-web: 0.41.0 -> 0.42.0
This commit is contained in:
Ryan Mulligan 2019-08-06 21:28:46 -07:00 committed by GitHub
commit 1a00e59764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-web";
version = "0.41.0";
version = "0.42.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "5f170f25c72119ff4b4e2f39d46ce21bdb2f399f786ea24eedc15c12cfba3054";
sha256 = "0vp40i9aaw5ycz7s7qqir6jq7327f7zg9j9i8g31qkfl1h1c7pdn";
};
propagatedBuildInputs = [