Merge pull request #129242 from fabaff/bump-scp

python3Packages.scp: 0.13.4 -> 0.13.5
launchpad/nixpkgs/master
Fabian Affolter 3 years ago committed by GitHub
commit e29fe9e8d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      pkgs/development/python-modules/scp/default.nix

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "scp";
version = "0.13.4";
version = "0.13.5";
src = fetchPypi {
inherit pname version;
sha256 = "e60948dd3e1aa13da21aa1bf8a025fabbbc2816ed04f1a1272410247d1a86f15";
sha256 = "sha256-CrLukXi4vlPcXJ/i8zdh4BokNQh/XJ+1tUUZhzxlDWA=";
};
propagatedBuildInputs = [
@ -25,10 +25,12 @@ buildPythonPackage rec {
#The Pypi package doesn't include the test
doCheck = false;
pythonImportsCheck = [ "scp" ];
meta = with lib; {
homepage = "https://github.com/jbardin/scp.py";
description = "SCP module for paramiko";
license = licenses.lgpl3;
license = licenses.lgpl21Only;
maintainers = with maintainers; [ xnaveira ];
};
}

Loading…
Cancel
Save