lol

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

python310Packages.asyncssh: 2.12.0 -> 2.13.0

authored by

Fabian Affolter and committed by
GitHub
401312a7 5932f05b

+3 -2
+3 -2
pkgs/development/python-modules/asyncssh/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "asyncssh"; 23 - version = "2.12.0"; 23 + version = "2.13.0"; 24 24 format = "setuptools"; 25 25 26 26 disabled = pythonOlder "3.6"; 27 27 28 28 src = fetchPypi { 29 29 inherit pname version; 30 - sha256 = "sha256-J0EBMixLlBgjru2OGrbnvlGRaGxtstK9Na/rowUF54A="; 30 + hash = "sha256-vn4ctHIl3JiZ5WRy/cTarANYSmhDZ1MpwM5nF5yyDik="; 31 31 }; 32 32 33 33 propagatedBuildInputs = [ ··· 81 81 broken = stdenv.isDarwin; 82 82 description = "Asynchronous SSHv2 Python client and server library"; 83 83 homepage = "https://asyncssh.readthedocs.io/"; 84 + changelog = "https://github.com/ronf/asyncssh/blob/v${version}/docs/changes.rst"; 84 85 license = licenses.epl20; 85 86 maintainers = with maintainers; [ ]; 86 87 };