Skip to content

Commit

Permalink
python312Packages.asyncssh: 2.17.0 -> 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 3, 2024
1 parent 6369dcd commit 9b51111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/asyncssh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@

buildPythonPackage rec {
pname = "asyncssh";
version = "2.17.0";
version = "2.18.0";
pyproject = true;

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
hash = "sha256-OxWcEFqjiMHiJFxPr0g/VArajK2ZQCKBEZEAFm5e2zw=";
hash = "sha256-GjIhYcAfYLlxncjzn4DbceYfP14Eq7w0IM5QMSbYcSM=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 9b51111

Please sign in to comment.