mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
pythonPackages.pysftp: 0.2.8 -> 0.2.9
This commit is contained in:
parent
1d96ca3a3e
commit
6c857c9207
@ -17203,12 +17203,12 @@ in modules // {
|
||||
|
||||
pysftp = buildPythonPackage rec {
|
||||
name = "pysftp-${version}";
|
||||
version = "0.2.8";
|
||||
version = "0.2.9";
|
||||
disabled = isPyPy;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/p/pysftp/${name}.tar.gz";
|
||||
sha256 = "1d69z8yngciksch1i8rivy1xl8f6g6sb7c3kk5cm3pf8304q6hhm";
|
||||
sha256 = "0jl5qix5cxzrv4lb8rfpjkpcghbkacnxkb006ikn7mkl5s05mxgv";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ paramiko ];
|
||||
|
Loading…
Reference in New Issue
Block a user