Skip to content

Commit

Permalink
cmake-format: 0.6.10 -> 0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 28, 2020
1 parent 2988feb commit e6d83f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/cmake-format/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit e6d83f4

Please sign in to comment.