Merge pull request #61880 from r-ryantm/auto-update/python3.7-asynctest

python37Packages.asynctest: 0.12.4 -> 0.13.0
This commit is contained in:
Mario Rodas 2019-05-23 19:01:05 -05:00 committed by GitHub
commit 42f616ae1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "asynctest";
version = "0.12.4";
version = "0.13.0";
disabled = pythonOlder "3.4";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "ade427a711d18016f35fb0c5d412f0ed63fb074a6084b67ff2dad48f50b0d6ca";
sha256 = "1b3zsy7p84gag6q8ai2ylyrhx213qdk2h2zb6im3xn0m5n264y62";
};
postPatch = ''