Merge pull request #171008 from r-ryantm/auto-update/python3.10-types-paramiko

python310Packages.types-paramiko: 2.8.19 -> 2.8.20
This commit is contained in:
Fabian Affolter 2022-04-30 13:23:41 +02:00 committed by GitHub
commit 25ed703b2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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