Commit 515bc6e7 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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.
parent b24b0221
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];