about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-kusto
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-05-05 22:38:22 -0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-06 11:50:10 -0700
commit7c68e8e6224f0856cf2ff4b25cac0e90a07c5a10 (patch)
tree1fbd1fa7153bd380782401769378c4710551711d /pkgs/development/python-modules/azure-mgmt-kusto
parent43f97a6cca0371b1fa043a5b5f1b221d8f01bcf8 (diff)
python3Packages.azure-mgmt-kusto: 1.0.0 -> 2.0.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-kusto')
-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 c5adc61ea2032..fb82c33ba9bed 100644
--- a/pkgs/development/python-modules/azure-mgmt-kusto/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-kusto/default.nix
@@ -6,13 +6,13 @@
 }:
 
 buildPythonPackage rec {
-  version = "1.0.0";
+  version = "2.0.0";
   pname = "azure-mgmt-kusto";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "fa3ede0ebd6489bbf993f420bcb5fc63d9fad2a1e945c3c49b26fa012bb3534e";
+    sha256 = "81601479e2b6da3e69654462674ef1474218c4415ef25c1d9892939721732153";
     extension = "zip";
   };