Skip to content

Commit

Permalink
python312Packages.asyncssh: 2.19.0 -> 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 23, 2025
1 parent 17feca1 commit 7602df1
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.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 ];
Expand Down

0 comments on commit 7602df1

Please sign in to comment.