Merge pull request #86541 from r-ryantm/auto-update/cmake-format

cmake-format: 0.6.9 -> 0.6.10
This commit is contained in:
Mario Rodas 2020-05-02 08:58:04 -05:00 committed by GitHub
commit be2856bb77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@
buildPythonApplication rec {
pname = "cmake-format";
version = "0.6.9";
version = "0.6.10";
src = fetchPypi {
inherit version;
pname = "cmake_format";
sha256 = "082d7949gsk5v72ap7k4p3vgmc126a0bfm195xpi4lb6khpbzy5j";
sha256 = "14ypplkjah4hcb1ad8978xip4vvzxy1nkysvyi1wn9b24cbfzw42";
};
propagatedBuildInputs = [ autopep8 flake8 jinja2 pylint pyyaml ];