yapf: 0.31.0 -> 0.32.0

This commit is contained in:
AndersonTorres
2022-01-04 18:48:16 -03:00
parent 92dce734f0
commit 04e867f86b

View File

@@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "yapf";
version = "0.31.0";
version = "0.32.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-QI+5orJUwwL0nbg8WfmqC0sP0OwlvjpcURgTJ5Iv9j0=";
hash = "sha256-o/UIXTfvfj4ATEup+bPkDFT/GQHNER8FFFrjE6fGfRs=";
};
checkInputs = [