python3Packages.ssh-python: 1.1.1 -> 1.2.0.post1 (#452923)

This commit is contained in:
Fabian Affolter
2025-10-19 08:55:42 +00:00
committed by GitHub
@@ -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