python310Packages.azure-mgmt-applicationinsights: 3.1.0 -> 4.0.0

This commit is contained in:
R. Ryantm 2023-04-24 08:55:02 +00:00
parent 8133507405
commit c7c41577f8

View file

@ -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 = [