Unverified Commit 1ba18a17 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents e224a2dc 1d61f28f
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.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 ];