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

python3Packages.pcffont: 0.0.24 -> 0.0.25 (#512312)

parents fb670961 4128738f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "pcffont";
  version = "0.0.24";
  version = "0.0.25";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "TakWolf";
    repo = "pcffont";
    tag = version;
    hash = "sha256-32u4FE5QLLqYmRVDuYYGC/laLCRH9phNGi1B9JC+cps=";
    hash = "sha256-xxTOw7Fdey5YKDY1kq3EiAjW2jNHIU3wFDKvHdPgAQc=";
  };

  build-system = [ uv-build ];