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

catcli: 0.8.2 -> 0.8.7
This commit is contained in:
Weijia Wang 2023-01-22 22:10:28 +01:00 committed by GitHub
commit 8eb4975c83
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.8.2";
version = "0.8.7";
src = fetchFromGitHub {
owner = "deadc0de6";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-IHHlxF/7U7C+wO6YicesZPFV6BSBmdkPWaZn7awplNk=";
sha256 = "sha256-hVunxgc/aUapQYe6k3hKdkC+2Jw0x1HjI/kl/fJdWUo=";
};
propagatedBuildInputs = [ docopt anytree ];