mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
pythonPackages.paramiko: 2.4.2 -> 2.6.0
This commit is contained in:
parent
f8de228675
commit
e7903f2087
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user