python311Packages.pcffont: 0.0.14 -> 0.0.15

This commit is contained in:
R. Ryantm 2024-07-03 07:24:49 +00:00
parent 24b44a1f13
commit 643800c701

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 ];