python38Packages.azure-mgmt-kusto: 2.0.0 -> 2.1.0
This commit is contained in:
parent
ed4f741c9c
commit
c54902fad1
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "2.0.0";
|
||||
version = "2.1.0";
|
||||
pname = "azure-mgmt-kusto";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "81601479e2b6da3e69654462674ef1474218c4415ef25c1d9892939721732153";
|
||||
sha256 = "171ea8719f543bd0dd4f3d6fa2277162d763182fe8e61b4db03f02668c1685b5";
|
||||
extension = "zip";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue