python311Packages.clickgen: 2.2.3 -> 2.2.4

This commit is contained in:
R. Ryantm 2024-06-05 18:16:27 +00:00
parent 22b57baf09
commit 7c1b57c441

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "clickgen";
version = "2.2.3";
version = "2.2.4";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "ful1e5";
repo = "clickgen";
rev = "refs/tags/v${version}";
hash = "sha256-hYorjqm/FCnff3ZTgIlicwmSLA9ZnHGDyPt1BcijBII=";
hash = "sha256-aRQvyjkozT3tVMa5/MDV+Dc4nJoCbmzOLywK9isxGIg=";
};
propagatedBuildInputs = [