python312Packages.click-command-tree: 1.1.1 -> 1.2.0

This commit is contained in:
R. Ryantm 2024-03-25 14:04:47 +00:00
parent b1b78f4369
commit c50a23dca8
1 changed files with 3 additions and 3 deletions

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "click-command-tree";
version = "1.1.1";
version = "1.2.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "whwright";
repo = pname;
rev = version;
hash = "sha256-uBp7462LutL8aFRFix3pbVYbSf1af6k0nW0J0HhJa1U=";
rev = "refs/tags/${version}";
hash = "sha256-oshAHCGe8p5BQ0W21bXSxrTCEFgIxZ6BmUEiWB1xAoI=";
};
propagatedBuildInputs = [