Merge pull request #227931 from r-ryantm/auto-update/python310Packages.azure-mgmt-applicationinsights

python310Packages.azure-mgmt-applicationinsights: 3.1.0 -> 4.0.0
This commit is contained in:
Weijia Wang
2023-04-26 00:35:28 +03:00
committed by GitHub
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-applicationinsights";
version = "3.1.0";
version = "4.0.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-mFUKupq4IXywGs6aQQYFYSNNH9PCNxicS1mRneSdhHU=";
hash = "sha256-UMPbBVc+DMLVYxSgVW+zRu8F7EiawAD01yDZLGtkfgY=";
};
propagatedBuildInputs = [