lol

Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
ac795160 6a1e9345

+2 -2
+2 -2
pkgs/development/python-modules/asyncssh/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "asyncssh"; 23 - version = "2.13.0"; 23 + version = "2.13.1"; 24 24 format = "setuptools"; 25 25 26 26 disabled = pythonOlder "3.6"; 27 27 28 28 src = fetchPypi { 29 29 inherit pname version; 30 - hash = "sha256-vn4ctHIl3JiZ5WRy/cTarANYSmhDZ1MpwM5nF5yyDik="; 30 + hash = "sha256-67uDwFwLRc8jDeHvLwYFnjYPmvpcPd9g/JL697lP+Ic="; 31 31 }; 32 32 33 33 propagatedBuildInputs = [