python3Packages.ssh-python: 1.1.1 -> 1.2.0.post1 (#452923)
This commit is contained in:
@@ -11,20 +11,20 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ssh-python";
|
||||
version = "1.1.1";
|
||||
format = "setuptools";
|
||||
version = "1.2.0.post1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ParallelSSH";
|
||||
repo = "ssh-python";
|
||||
tag = version;
|
||||
hash = "sha256-kidz4uHT5C8TUROLGQUHihemYtwOoWZQNw7ElbwYKLM=";
|
||||
hash = "sha256-ix6UzyC/mFDVOvfJujwppijmsTrwNtuDAkmikrKKc2o=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
nativeBuildInputs = [
|
||||
cython
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ cython ];
|
||||
|
||||
buildInputs = [
|
||||
openssl
|
||||
zlib
|
||||
|
||||
Reference in New Issue
Block a user