pythonPackages.paramiko: 2.4.2 -> 2.6.0
This commit is contained in:
parent
f8de228675
commit
e7903f2087
@ -12,11 +12,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "paramiko";
|
pname = "paramiko";
|
||||||
version = "2.4.2";
|
version = "2.6.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "a8975a7df3560c9f1e2b43dc54ebd40fd00a7017392ca5445ce7df409f900fcb";
|
sha256 = "0h9hb2kp07zdfbanad527ll90n9ji7isf7m39jyp0sr21pxfvcpl";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest mock pytest-relaxed ];
|
checkInputs = [ pytest mock pytest-relaxed ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user