python3Packages.ssh2-python: 1.1.2.post1 -> 1.2.0.post1

https://github.com/ParallelSSH/ssh2-python/blob/1.2.0.post1/Changelog.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:00 +01:00
parent b24b02216c
commit 515bc6e7ef
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "ssh2-python";
version = "1.1.2.post1";
version = "1.2.0.post1";
format = "setuptools";
src = fetchFromGitHub {
owner = "ParallelSSH";
repo = "ssh2-python";
tag = version;
hash = "sha256-LHIj0lSAMJ+tUvIyMl0xT/i0N4U+HbiiD62WIXzboMU=";
hash = "sha256-GhkVie+UPjM1C1Jb3/ef59kuJRYmIkauTCaoksqu1LM=";
};
build-system = [ setuptools ];