Skip to content

Commit

Permalink
python312Packages.azure-kusto-data: 4.6.1 -> 4.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 16, 2025
1 parent 0bda27c commit 857cd0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/azure-kusto-data/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

buildPythonPackage rec {
pname = "azure-kusto-data";
version = "4.6.1";
version = "4.6.3";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "Azure";
repo = "azure-kusto-python";
tag = "v${version}";
hash = "sha256-rm8G3/WAUlK1/80uk3uiTqDA5hUIr+VVZEmPe0mYBjI=";
hash = "sha256-VndOEvSi4OMf/yAjNl34X9IFF0T+wNfjlPW8NfdrwUo=";
};

sourceRoot = "${src.name}/${pname}";
Expand Down

0 comments on commit 857cd0d

Please sign in to comment.