python312Packages.ncclient: fix hash

This commit is contained in:
Weijia Wang
2025-03-23 18:42:46 +01:00
parent 757fd84f97
commit 8318f9b86e
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "ncclient";
repo = "ncclient";
tag = "v${version}";
hash = "sha256-l2c+8fMXSx6rMUu+lbyABs1G3llZFD4rI4V1Y729OMs=";
hash = "sha256-ZAZMazf1PB54MbHyhSuSpg0IWSSqinE2DvHD+L8GKu8=";
};
build-system = [