summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-08-15 12:25:20 -0700
committerJon <jonringer@users.noreply.github.com>2020-08-16 10:12:13 -0700
commitb6a0367ab3da9cf2cafb42da9410524736c0652a (patch)
treee01f68bf5a08656406483545375d8f1ee8110514
parentpython3Packages.azure-mgmt-hdinsight: 1.5.1 -> 1.6.0 (diff)
downloadnixpkgs-b6a0367ab3da9cf2cafb42da9410524736c0652a.tar.gz
python3Packages.azure-mgmt-kusto: 0.8.0 -> 0.9.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 edcfde1d1abb..0cb180064eed 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.8.0";
+ version = "0.9.0";
pname = "azure-mgmt-kusto";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
- sha256 = "b12388df60982265c9f18e7382c5cc0e389c071227865cadc626b9ff9c6e3871";
+ sha256 = "9210db89fa18ee8ed53339cd63bbe6fe1d9624cd793b54b7451ddbda8ae92ef3";
extension = "zip";
};