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

cmake-format: 0.6.5 -> 0.6.8
This commit is contained in:
Mario Rodas 2020-02-07 05:33:24 -05:00 committed by GitHub
commit 7d2e818109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,12 +10,12 @@
buildPythonApplication rec {
pname = "cmake-format";
version = "0.6.5";
version = "0.6.8";
src = fetchPypi {
inherit version;
pname = "cmake_format";
sha256 = "0fzfczf66df81szp488zwdz6phx6lcq6wkb0dzpzq6ni39r7kvw8";
sha256 = "0zpx7g5j8wv52zj0s7bk7cj5v82icn4il0jfydc1cmg4p5krf5iy";
};
propagatedBuildInputs = [ autopep8 flake8 jinja2 pylint pyyaml ];