Unverified Commit 82d30bc8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.pcffont: 0.0.15 -> 0.0.16 (#377587)

parents 07259e3e ff911239
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "pcffont";
  version = "0.0.15";
  version = "0.0.16";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "pcffont";
    inherit version;
    hash = "sha256-sJWopdjZ0vM0BrdBgc6XZsDGFN7/NCCBqrCyYCRhT3M=";
    hash = "sha256-erZ9zcXZqBg71subC8U7QA7nwwoh2lQeIzRAkmxBxzg=";
  };

  build-system = [ hatchling ];