about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-applicationinsights
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-06-02 14:03:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-06-02 14:03:23 +0000
commit2c8ed7e04b50f95800099743ae97bbd61c63c0cf (patch)
tree3512fecbd2554e0ab6b5ef14a88c3b8a7c047831 /pkgs/development/python-modules/azure-mgmt-applicationinsights
parent152e9283c5b91174be7b33eef68a1496ccbc1507 (diff)
python310Packages.azure-mgmt-applicationinsights: 3.0.0 -> 3.1.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-applicationinsights')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-applicationinsights/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-applicationinsights/default.nix b/pkgs/development/python-modules/azure-mgmt-applicationinsights/default.nix
index 78605fd429c2c..f547c7fe2b32c 100644
--- a/pkgs/development/python-modules/azure-mgmt-applicationinsights/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-applicationinsights/default.nix
@@ -11,12 +11,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-applicationinsights";
-  version = "3.0.0";
+  version = "3.1.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "sha256-K46J0WqQt4vwr1CE4yjxKUT/Atds5BLs0k8EjOA4yzA=";
+    sha256 = "sha256-mFUKupq4IXywGs6aQQYFYSNNH9PCNxicS1mRneSdhHU=";
   };
 
   propagatedBuildInputs = [