sternenseemann
2025-08-09 18:57:46 +02:00
committed by Martin Weinelt
parent 2e3269fae1
commit 3c01b4e1a9
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "ufolib2";
version = "0.17.1";
version = "0.18.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "fonttools";
repo = "ufoLib2";
tag = "v${version}";
hash = "sha256-pVwQOVtUUDphBZIUoiIf19DdZ+t7uS32Ery8+e2ZLlE=";
hash = "sha256-YFGgPpiEurPaTUFaSMsVBKS4Ob+vPyZhputfRE39wtg=";
};
build-system = [ setuptools-scm ];