python310Packages.types-paramiko: 2.8.20 -> 2.8.21

This commit is contained in:
R. Ryantm 2022-05-01 10:10:32 +00:00
parent 7d0bdb1eba
commit dfeeec8f59

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "types-paramiko";
version = "2.8.20";
version = "2.8.21";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-tsK0nbyjv6hlONLinKRAgckjECEIqrGsK0f1OL5h5S4=";
sha256 = "sha256-ZAyFCsqK3EGw1aIl7jaseBJonhpDcMMS+OS5Ks7I5AU=";
};
pythonImportsCheck = [