lol

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

python310Packages.types-paramiko: 2.8.17 -> 2.8.19

authored by

Fabian Affolter and committed by
GitHub
3b682d90 ea3f5cf3

+2 -2
+2 -2
pkgs/development/python-modules/types-paramiko/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "types-paramiko"; 9 - version = "2.8.17"; 9 + version = "2.8.19"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "sha256-1toFPkau9cYpvE6lvatWZwhlNerg/P2N6EBpQ7g00uY="; 13 + sha256 = "sha256-UhkthDZk73wfh7n+Bpe7u1qPgS5DAWlEz+q+x93spCM="; 14 14 }; 15 15 16 16 pythonImportsCheck = [