python37Packages.yapf: 0.24.0 -> 0.25.0 (#52071)

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 2018-12-14 11:20:00 -08:00 committed by Robert Schütz
parent 76e284fc60
commit ff2ef48484
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "yapf"; pname = "yapf";
version = "0.24.0"; version = "0.25.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0anwby0ydmyzcsgjc5dn1ryddwvii4dq61vck447q0n96npnzfyf"; sha256 = "0mbdyhqwlm4pcd0wr5haxypxm0kr8y46nc17696xmd4pvfmzk9wa";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {