python312Packages.ncclient: 0.6.16 -> 0.6.19

This commit is contained in:
R. Ryantm
2025-03-18 00:05:50 +01:00
committed by Weijia Wang
parent 5996243e79
commit 168d7d1ca3
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "ncclient";
version = "0.6.16";
version = "0.6.19";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
tag = "v${version}";
hash = "sha256-IMCMlGt5/G4PRz525ZomsovU55vBnGhHndBtC7ym6lc=";
hash = "sha256-l2c+8fMXSx6rMUu+lbyABs1G3llZFD4rI4V1Y729OMs=";
};
propagatedBuildInputs = [
@@ -36,7 +36,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for NETCONF clients";
homepage = "https://github.com/ncclient/ncclient";
changelog = "https://github.com/ncclient/ncclient/releases/tag/v${version}";
changelog = "https://github.com/ncclient/ncclient/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ xnaveira ];
};