python312Packages.ncclient: 0.6.15 -> 0.6.16

This commit is contained in:
R. Ryantm 2024-10-09 17:15:44 +00:00
parent eb9f4a34ae
commit 5035c8338a

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "ncclient";
version = "0.6.15";
version = "0.6.16";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-mdFoSTUS4QhY05rY0fqKTpRQTR9oLvOMTVr4kWJbiUQ=";
hash = "sha256-IMCMlGt5/G4PRz525ZomsovU55vBnGhHndBtC7ym6lc=";
};
propagatedBuildInputs = [