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-01 07:13:25 +02:00
parent 3a00d69437
commit 4ae92c26cc
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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 ];