Merge pull request #208208 from r-ryantm/auto-update/python310Packages.asyncssh

python310Packages.asyncssh: 2.12.0 -> 2.13.0
This commit is contained in:
Fabian Affolter 2022-12-29 11:23:26 +01:00 committed by GitHub
commit 401312a7f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "asyncssh";
version = "2.12.0";
version = "2.13.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-J0EBMixLlBgjru2OGrbnvlGRaGxtstK9Na/rowUF54A=";
hash = "sha256-vn4ctHIl3JiZ5WRy/cTarANYSmhDZ1MpwM5nF5yyDik=";
};
propagatedBuildInputs = [
@ -81,6 +81,7 @@ buildPythonPackage rec {
broken = stdenv.isDarwin;
description = "Asynchronous SSHv2 Python client and server library";
homepage = "https://asyncssh.readthedocs.io/";
changelog = "https://github.com/ronf/asyncssh/blob/v${version}/docs/changes.rst";
license = licenses.epl20;
maintainers = with maintainers; [ ];
};