Merge pull request #107561 from r-ryantm/auto-update/python3.7-asyncssh

python37Packages.asyncssh: 2.4.2 -> 2.5.0
This commit is contained in:
Mario Rodas 2020-12-28 07:09:02 -05:00 committed by GitHub
commit c8ce8951b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "asyncssh";
version = "2.4.2";
version = "2.5.0";
disabled = pythonOlder "3.4";
src = fetchPypi {
inherit pname version;
sha256 = "1c4a697d05a5e3d8d16ea18526115e84d8f015ba4c8b721a0d84062b6b244ef4";
sha256 = "0b65e2af73a2e39a271bd627abbe4f7e4b0345486ed403e65987d79c72fcb70b";
};
patches = [