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

cmake-format: 0.6.10 -> 0.6.11
This commit is contained in:
Lancelot SIX 2020-07-28 10:06:43 +01:00 committed by GitHub
commit 38f7e8e4e5
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.10";
version = "0.6.11";
src = fetchPypi {
inherit version;
pname = "cmake_format";
sha256 = "14ypplkjah4hcb1ad8978xip4vvzxy1nkysvyi1wn9b24cbfzw42";
sha256 = "1wvmv8242xjkxgr266dkn4vrn5wm94fwn333pn7sxm5warhhwgda";
};
propagatedBuildInputs = [ autopep8 flake8 jinja2 pylint pyyaml ];