Merge pull request #306570 from r-ryantm/auto-update/python311Packages.clickgen

python311Packages.clickgen: 2.2.1 -> 2.2.2
This commit is contained in:
Nick Cao 2024-04-25 09:55:36 -04:00 committed by GitHub
commit 232a7085ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [