cmake-format: 0.6.11 -> 0.6.13
This commit is contained in:
parent
7f3a18d33b
commit
dc7912706e
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user