Merge pull request #59682 from r-ryantm/auto-update/python3.7-yapf

python37Packages.yapf: 0.26.0 -> 0.27.0
This commit is contained in:
Mario Rodas 2019-04-16 19:45:58 -05:00 committed by GitHub
commit d32b5e5760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "yapf";
version = "0.26.0";
version = "0.27.0";
src = fetchPypi {
inherit pname version;
sha256 = "edb47be90a56ca6f3075fe24f119a22225fbd62c66777b5d3916a7e9e793891b";
sha256 = "18a7n85xv0qrab2ck94kw92ncjq2l8vl0k34pm22rjvd8h6gixil";
};
meta = with stdenv.lib; {