Merge pull request #331194 from r-ryantm/auto-update/python312Packages.panphon

python312Packages.panphon: 0.20.0 -> 0.21.1
This commit is contained in:
OTABI Tomoya 2024-08-01 12:56:19 +09:00 committed by GitHub
commit 502ba2151c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "panphon";
version = "0.20.0";
version = "0.21.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-gio52n1NZWeyCK+eJW/Fp827wjvwnMNDFAR4pKa8VcY=";
hash = "sha256-Zgug40R1my1BPOoV9iOkbzouMKeQsc0YYFmBIoypDqk=";
};
build-system = [ setuptools ];