python310Packages.types-paramiko: 2.8.19 -> 2.8.20

This commit is contained in:
R. Ryantm 2022-04-30 09:58:35 +00:00
parent b9387eced5
commit d4a7d019d4

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "types-paramiko";
version = "2.8.19";
version = "2.8.20";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-UhkthDZk73wfh7n+Bpe7u1qPgS5DAWlEz+q+x93spCM=";
sha256 = "sha256-tsK0nbyjv6hlONLinKRAgckjECEIqrGsK0f1OL5h5S4=";
};
pythonImportsCheck = [