Merge pull request #312781 from r-ryantm/auto-update/python311Packages.pcffont

python311Packages.pcffont: 0.0.11 -> 0.0.13
This commit is contained in:
Nick Cao 2024-05-19 11:07:31 -04:00 committed by GitHub
commit 830300b5d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pcffont";
version = "0.0.11";
version = "0.0.13";
pyproject = true;
src = fetchFromGitHub {
owner = "TakWolf";
repo = "pcffont";
rev = "refs/tags/${version}";
hash = "sha256-gu9niWxYTw3rcA++z8B+MdKp5XaqAGjmvd+PdSDosfg=";
hash = "sha256-DbPcE2Bx+V90s7P3Gq+Uz3iQNidwbNlp7zln8ykL7Sg=";
};
build-system = [