python310Packages.types-paramiko: 2.8.13 -> 2.8.16

This commit is contained in:
R. Ryantm 2022-03-10 19:23:08 +00:00
parent 29d32d480c
commit 161c11f5fe

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "types-paramiko";
version = "2.8.13";
version = "2.8.16";
src = fetchPypi {
inherit pname version;
sha256 = "0xk5xqhfl3xmzrnzb17c5hj5zbh7fpyfyj35zjma32iivfkqd8lp";
sha256 = "sha256-HWkCWoa5509G2OHyPFijb5RVORAvE1tQEgL7myxP0SI=";
};
pythonImportsCheck = [