Merge pull request #134382 from r-ryantm/auto-update/catcli

catcli: 0.6.2 -> 0.7.0
This commit is contained in:
Ben Siraphob 2021-08-17 21:02:59 -05:00 committed by GitHub
commit e2aee7e9fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildPythonApplication rec {
pname = "catcli";
version = "0.6.2";
version = "0.7.0";
src = fetchFromGitHub {
owner = "deadc0de6";
repo = pname;
rev = "v${version}";
sha256 = "0704022gbm987q6x6vcflq4b4p4hvcqm5ikiyndy5n8fj1q8lq95";
sha256 = "1r30345wzpg8yk542fmgh3khdb91s4sr9hnqxh1s71ifjsrgmpph";
};
propagatedBuildInputs = [ docopt anytree ];