lol

python3Packages.azure-mgmt-kusto: 1.0.0 -> 2.0.0

authored by

Jonathan Ringer and committed by
Jonathan Ringer
7c68e8e6 43f97a6c

+2 -2
+2 -2
pkgs/development/python-modules/azure-mgmt-kusto/default.nix
··· 6 6 }: 7 7 8 8 buildPythonPackage rec { 9 - version = "1.0.0"; 9 + version = "2.0.0"; 10 10 pname = "azure-mgmt-kusto"; 11 11 disabled = isPy27; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "fa3ede0ebd6489bbf993f420bcb5fc63d9fad2a1e945c3c49b26fa012bb3534e"; 15 + sha256 = "81601479e2b6da3e69654462674ef1474218c4415ef25c1d9892939721732153"; 16 16 extension = "zip"; 17 17 }; 18 18