3
0
Fork 0
forked from mirrors/nixpkgs

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 {
version = "0.2.1";
version = "0.2.2";
pname = "sshtunnel";
src = fetchPypi {
inherit pname version;
sha256 = "ce28bf9abe6c6b00c5d10343a68c1325f8409ebfb9bf1c1d863a31afa3983cd7";
sha256 = "1801b144b42b9bdb2f931923e85837f9193b877f3d490cd5776e1d4062c62fb4";
};
propagatedBuildInputs = [ paramiko ];