about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-20 03:56:19 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-20 03:56:19 +0000
commit10e3e7ccb93de15a9f5ea9851a04b45d5091b82c (patch)
treef703194ea037fdbd791edcd194e9566ec17ca01e
parentd801c32592a26aed73b42ca0dfdfd0786d0c8967 (diff)
downloadnixlib-10e3e7ccb93de15a9f5ea9851a04b45d5091b82c.tar
nixlib-10e3e7ccb93de15a9f5ea9851a04b45d5091b82c.tar.gz
nixlib-10e3e7ccb93de15a9f5ea9851a04b45d5091b82c.tar.bz2
nixlib-10e3e7ccb93de15a9f5ea9851a04b45d5091b82c.tar.lz
nixlib-10e3e7ccb93de15a9f5ea9851a04b45d5091b82c.tar.xz
nixlib-10e3e7ccb93de15a9f5ea9851a04b45d5091b82c.tar.zst
nixlib-10e3e7ccb93de15a9f5ea9851a04b45d5091b82c.zip
python310Packages.azure-mgmt-kusto: 3.0.0 -> 3.1.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 615ab0f33e6f..6ff2d91c9895 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 = "3.0.0";
+  version = "3.1.0";
   pname = "azure-mgmt-kusto";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-sSE/jN2YWuf81dUsZFLgYUnTv9e1PnO9qszjuHlUcDI=";
+    sha256 = "sha256-dkuVCFR+w3Yr764izDqxGfKtDvgRmAuziSPpkKDWcxc=";
     extension = "zip";
   };