about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-applicationinsights
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-04-22 14:58:36 -0700
committerJon <jonringer@users.noreply.github.com>2020-05-01 18:21:02 -0700
commitacd84ec83a97e05f4f921e2dae60688a2dc82239 (patch)
treecdafd62a9de7876a1fa2b46df3406424dd0bdef6 /pkgs/development/python-modules/azure-mgmt-applicationinsights
parent761dbda8a0baf9dd23f82183a311a428bef3dde7 (diff)
python3Packages.azure-mgmt-applicationinsights: 0.2.0 -> 0.3.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 76a0d71b1517a..0208d082284df 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 = "0.2.0";
+  version = "0.3.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "1hm6s7vym1y072jqypjgbhps8lza1d5kb8qcpyxnw4zsmsvshdp5";
+    sha256 = "3c788a54db4fbca1a8850151462ec1471ff59c86b3a10d6082952bbdaa7e6651";
   };
 
   propagatedBuildInputs = [