python37Packages.yapf: 0.27.0 -> 0.28.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-yapf/versions
This commit is contained in:
R. RyanTM 2019-07-16 10:06:19 -07:00
parent 7803ff314c
commit fb71cabd46

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; {