python311Packages.clickgen: 2.2.1 -> 2.2.2

This commit is contained in:
R. Ryantm 2024-04-24 15:29:59 +00:00
parent 9140927fb0
commit 1a0599bf66
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "clickgen";
version = "2.2.1";
version = "2.2.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "ful1e5";
repo = "clickgen";
rev = "refs/tags/v${version}";
hash = "sha256-vn30N2BoqqoFjGjWD0KQIuuPoypocIK+R0FI09KwDog=";
hash = "sha256-Lsb0FvJohwsXofpcq7OgWfhl/3qVxAqY0wdvum6ywSQ=";
};
propagatedBuildInputs = [