Loading pkgs/development/python-modules/ssh2-python/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,13 +11,13 @@ buildPythonPackage rec { pname = "ssh2-python"; version = "1.1.2"; version = "1.1.2.post1"; src = fetchFromGitHub { owner = "ParallelSSH"; repo = "ssh2-python"; tag = version; hash = "sha256-nNMe7BTHI4O9Ueyq2YxtHat4BrrtiWGFkKHwUu/NtkM="; hash = "sha256-LHIj0lSAMJ+tUvIyMl0xT/i0N4U+HbiiD62WIXzboMU="; }; build-system = [ setuptools ]; Loading @@ -39,7 +39,7 @@ buildPythonPackage rec { meta = { description = "Python bindings for libssh2 C library"; homepage = "https://github.com/ParallelSSH/ssh2-python"; changelog = "https://github.com/ParallelSSH/ssh2-python/blob/${version}/Changelog.rst"; changelog = "https://github.com/ParallelSSH/ssh2-python/blob/${src.tag}/Changelog.rst"; license = lib.licenses.lgpl21Only; maintainers = with lib.maintainers; [ infinidoge ]; }; Loading Loading
pkgs/development/python-modules/ssh2-python/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,13 +11,13 @@ buildPythonPackage rec { pname = "ssh2-python"; version = "1.1.2"; version = "1.1.2.post1"; src = fetchFromGitHub { owner = "ParallelSSH"; repo = "ssh2-python"; tag = version; hash = "sha256-nNMe7BTHI4O9Ueyq2YxtHat4BrrtiWGFkKHwUu/NtkM="; hash = "sha256-LHIj0lSAMJ+tUvIyMl0xT/i0N4U+HbiiD62WIXzboMU="; }; build-system = [ setuptools ]; Loading @@ -39,7 +39,7 @@ buildPythonPackage rec { meta = { description = "Python bindings for libssh2 C library"; homepage = "https://github.com/ParallelSSH/ssh2-python"; changelog = "https://github.com/ParallelSSH/ssh2-python/blob/${version}/Changelog.rst"; changelog = "https://github.com/ParallelSSH/ssh2-python/blob/${src.tag}/Changelog.rst"; license = lib.licenses.lgpl21Only; maintainers = with lib.maintainers; [ infinidoge ]; }; Loading