python3Packages.ziafont: 0.10 -> 0.11

This commit is contained in:
Stefan Frijters
2025-12-01 00:57:12 +01:00
parent 0f2f740139
commit ab67a6ad98
2 changed files with 6 additions and 2 deletions
@@ -85,4 +85,8 @@
url = "https://github.com/google/fonts/raw/main/ofl/arizonia/Arizonia-Regular.ttf";
hash = "sha256-jfHBC8FdCroUXUWZwlyvrYPbaG0s76QmGfBptvG7zmI=";
}
{
url = "https://mirrors.ctan.org/fonts/cinzel/truetype/CinzelDecorative-Regular.ttf";
hash = "sha256-OKi38GSSsvwkC5pFs/uDyZWpydVIKZ7AIjma8nfJDEY=";
}
]
@@ -11,7 +11,7 @@
}:
buildPythonPackage rec {
pname = "ziafont";
version = "0.10";
version = "0.11";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "cdelker";
repo = "ziafont";
tag = version;
hash = "sha256-tDwl+2EChzBDCFcZW71r4eSKyazlJSv7tRX6soPNSuY=";
hash = "sha256-KjJ+/Yo5mLV6m7Y0eIGHECH0RvdI+eaFTccDmytNTKI=";
};
build-system = [ setuptools ];