python312Packages.ncclient: 0.6.15 -> 0.6.16 (#347550)

This commit is contained in:
Nick Cao 2024-10-10 18:59:51 -04:00 committed by GitHub
commit fc47f4d3cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [