cmake-format: 0.6.11 -> 0.6.13

This commit is contained in:
Tobias Mayer 2020-08-20 11:19:28 +02:00 committed by Bjørn Forsman
parent 7f3a18d33b
commit dc7912706e

View File

@ -10,12 +10,15 @@
buildPythonApplication rec {
pname = "cmake-format";
version = "0.6.11";
version = "0.6.13";
# The source distribution does not build because of missing files.
format = "wheel";
src = fetchPypi {
inherit version;
pname = "cmake_format";
sha256 = "1wvmv8242xjkxgr266dkn4vrn5wm94fwn333pn7sxm5warhhwgda";
inherit version format;
python = "py3";
pname = "cmakelang";
sha256 = "0kmggnfbv6bba75l3zfzqwk0swi90brjka307m2kcz2w35kr8jvn";
};
propagatedBuildInputs = [ autopep8 flake8 jinja2 pylint pyyaml ];