12 buildPythonApplication rec {
17 inherit pname version;
18 sha256 = "04b3a963e15386660f139e5b95d293e43e3cb414e3b13e14ee36f5223032ee2c";
21 propagatedBuildInputs = [
37 doCheck = false; # requires network
40 description = "Provides a command line tool to invoke vcs commands on multiple repositories";
41 homepage = "https://github.com/dirk-thomas/vcstool";
42 license = licenses.asl20;
43 maintainers = with maintainers; [ sivteck ];