Loading pkgs/development/python-modules/ssh-python/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/development/python-modules/ssh-python/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -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 Loading