Merge pull request #324250 from r-ryantm/auto-update/python311Packages.pcffont

python311Packages.pcffont: 0.0.14 -> 0.0.15
This commit is contained in:
h7x4 2024-07-03 22:07:26 +02:00 committed by GitHub
commit fa84eac0eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pcffont";
version = "0.0.14";
version = "0.0.15";
pyproject = true;
disabled = pythonOlder "3.10";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pcffont";
inherit version;
hash = "sha256-S3mK4tY7zNGRX8K81QJVvaYpIaTDLx5zn4vKbhrK9VM=";
hash = "sha256-sJWopdjZ0vM0BrdBgc6XZsDGFN7/NCCBqrCyYCRhT3M=";
};
build-system = [ hatchling ];