python313Packages.asyncssh: 2.20.0 -> 2.21.0

Changelog: https://github.com/ronf/asyncssh/blob/v2.21.0/docs/changes.rst
This commit is contained in:
Fabian Affolter 2025-08-13 12:36:51 +02:00
parent 5630170d78
commit d692a6b881

View File

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "asyncssh";
version = "2.20.0";
version = "2.21.0";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-AgtuOEsjKO+Gg5CK2Oc96ewrm2L9lkVx6pV7uphBKYM=";
hash = "sha256-RQ/hO7jYao9OfXtfr853kRgco+fJLhW7xF37JYZuSLM=";
};
build-system = [ setuptools ];