mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #129242 from fabaff/bump-scp
python3Packages.scp: 0.13.4 -> 0.13.5
This commit is contained in:
commit
e29fe9e8d2
1 changed files with 5 additions and 3 deletions
|
@ -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…
Reference in a new issue