pythonPackages.paramiko: 2.4.2 -> 2.6.0 (#65827)

pythonPackages.paramiko: 2.4.2 -> 2.6.0
This commit is contained in:
Jörg Thalheim
2019-08-03 06:56:14 +01:00
committed by GitHub

View File

@@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "paramiko";
version = "2.4.2";
version = "2.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "a8975a7df3560c9f1e2b43dc54ebd40fd00a7017392ca5445ce7df409f900fcb";
sha256 = "0h9hb2kp07zdfbanad527ll90n9ji7isf7m39jyp0sr21pxfvcpl";
};
checkInputs = [ pytest mock pytest-relaxed ];