about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-03-24 16:08:44 -0700
committerJon <jonringer@users.noreply.github.com>2020-03-24 18:19:59 -0700
commitd586a601a976aeb3d221955de877798f4c7a5df8 (patch)
tree5db5a8420b2806c6033179de26cc6f48907d473f
parent569386b34dffb74eb72c5acb9b625f6c947eeb89 (diff)
downloadnixlib-d586a601a976aeb3d221955de877798f4c7a5df8.tar
nixlib-d586a601a976aeb3d221955de877798f4c7a5df8.tar.gz
nixlib-d586a601a976aeb3d221955de877798f4c7a5df8.tar.bz2
nixlib-d586a601a976aeb3d221955de877798f4c7a5df8.tar.lz
nixlib-d586a601a976aeb3d221955de877798f4c7a5df8.tar.xz
nixlib-d586a601a976aeb3d221955de877798f4c7a5df8.tar.zst
nixlib-d586a601a976aeb3d221955de877798f4c7a5df8.zip
pythonPackages.azure-mgmt-kusto: 0.5.0 -> 0.7.0
-rw-r--r--pkgs/development/python-modules/azure-mgmt-kusto/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-kusto/default.nix b/pkgs/development/python-modules/azure-mgmt-kusto/default.nix
index 53aeff46c585..08a9b6b507ef 100644
--- a/pkgs/development/python-modules/azure-mgmt-kusto/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-kusto/default.nix
@@ -5,13 +5,13 @@
 }:
 
 buildPythonPackage rec {
-  version = "0.5.0";
+  version = "0.7.0";
   pname = "azure-mgmt-kusto";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0r6j3yp7ys0zgszqdjm6y90nigsapni4xhfpfgyk5c5qbgdpl93w";
+    sha256 = "40f8e62db145d31731018b83baf2d1a78b585514c373dd3c095f1f6835d17d23";
     extension = "zip";
   };