python3Packages.pcffont: 0.0.19 -> 0.0.20 (#405778)

This commit is contained in:
Nick Cao
2025-05-11 09:50:08 -04:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pcffont";
version = "0.0.19";
version = "0.0.20";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pcffont";
inherit version;
hash = "sha256-ci4E+e4jzHgfSpLPYhh6di1NUwlsPlq5ajzq61vQKwc=";
hash = "sha256-dkf0irrrlSoj8TH+C/kmkVPJORWGl0EbgvckfPBes7I=";
};
build-system = [ hatchling ];