catcli: 0.9.6 -> 1.0 (#387284)

This commit is contained in:
Peder Bergebakken Sundt
2025-04-19 03:31:18 +02:00
committed by GitHub
+4 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "catcli";
version = "0.9.6";
version = "1.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "deadc0de6";
repo = pname;
tag = "v${version}";
hash = "sha256-+/kd7oPT6msojPj25bzG9HwVqPj47gIUg9LngbDc3y8=";
hash = "sha256-dAt9NysH3q5YC+vO9XTnapBxFZmC4vWwJ8SxT9CzCQE=";
};
postPatch = "patchShebangs . ";
@@ -24,6 +24,8 @@ python3.pkgs.buildPythonApplication rec {
fusepy
pyfzf
types-docopt
cmd2
natsort
];
nativeCheckInputs = with python3.pkgs; [