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

catcli: 0.8.1 -> 0.8.2
This commit is contained in:
Jonas Heinrich
2022-09-04 23:01:12 +02:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildPythonApplication rec {
pname = "catcli";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "deadc0de6";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-fnnioUMZZZOydpZixiTOHAL2fSA6TOE4AO9Gff5SDxY=";
sha256 = "sha256-IHHlxF/7U7C+wO6YicesZPFV6BSBmdkPWaZn7awplNk=";
};
propagatedBuildInputs = [ docopt anytree ];