3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.paramiko: 2.8.1 -> 2.9.2

This commit is contained in:
Jonathan Ringer 2022-01-13 16:58:36 -08:00 committed by Martin Weinelt
parent 624676631e
commit bbff0ac0d1

View file

@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "paramiko";
version = "2.9.1";
version = "2.9.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-of3e07VfYdIzieT+UtmuQolgrJWNLt9QNz+qXYkm7dA=";
sha256 = "944a9e5dbdd413ab6c7951ea46b0ab40713235a9c4c5ca81cfe45c6f14fa677b";
};
propagatedBuildInputs = [