pythonPackages.paramiko: 2.4.2 -> 2.6.0

This commit is contained in:
Jonathan Ringer 2019-08-02 19:00:25 -07:00
parent f8de228675
commit e7903f2087

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 ];