Merge pull request #103796 from r-ryantm/auto-update/python3.7-sshtunnel

python37Packages.sshtunnel: 0.2.1 -> 0.2.2
This commit is contained in:
Mario Rodas 2020-11-14 09:33:03 -05:00 committed by GitHub
commit fee93515b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,12 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.2.1"; version = "0.2.2";
pname = "sshtunnel"; pname = "sshtunnel";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "ce28bf9abe6c6b00c5d10343a68c1325f8409ebfb9bf1c1d863a31afa3983cd7"; sha256 = "1801b144b42b9bdb2f931923e85837f9193b877f3d490cd5776e1d4062c62fb4";
}; };
propagatedBuildInputs = [ paramiko ]; propagatedBuildInputs = [ paramiko ];