python312Packages.asyncssh: 2.15.0 -> 2.17.0

Changelog: https://github.com/ronf/asyncssh/blob/v2.17.0/docs/changes.rst
This commit is contained in:
Fabian Affolter 2024-09-04 09:51:48 +02:00
parent bacf4b51e3
commit db3f2172c4

View File

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "asyncssh";
version = "2.15.0";
version = "2.17.0";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-ChOkOBb0bPCEZX+wVZaCO5PVtI5173djyKdW7BIXg3o=";
hash = "sha256-OxWcEFqjiMHiJFxPr0g/VArajK2ZQCKBEZEAFm5e2zw=";
};
build-system = [ setuptools ];