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

python37Packages.yapf: 0.27.0 -> 0.28.0
This commit is contained in:
Ryan Mulligan 2019-07-16 20:03:12 -07:00 committed by GitHub
commit 3d64312fe2
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.27.0";
version = "0.28.0";
src = fetchPypi {
inherit pname version;
sha256 = "18a7n85xv0qrab2ck94kw92ncjq2l8vl0k34pm22rjvd8h6gixil";
sha256 = "06x409cgr5im9cppzypj1kqy1fsry906vn5slv7i9hd7fshvd53g";
};
meta = with stdenv.lib; {