python3Packages.asyncssh: 2.19.0 -> 2.20.0

https://github.com/ronf/asyncssh/blob/v2.20.0/docs/changes.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:03 +02:00
parent 3a00d69437
commit 4ae92c26cc
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "asyncssh";
version = "2.19.0";
version = "2.20.0";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-cj3q1NBotVhwjcZqTKfnqTqBOqlBYDbsy5r0wDrizzA=";
hash = "sha256-AgtuOEsjKO+Gg5CK2Oc96ewrm2L9lkVx6pV7uphBKYM=";
};
build-system = [ setuptools ];