python313Packages.typst: 0.14.7 -> 0.14.8 (#488449)

This commit is contained in:
Fabian Affolter
2026-02-09 00:11:53 +00:00
committed by GitHub
@@ -12,19 +12,19 @@
buildPythonPackage (finalAttrs: {
pname = "typst";
version = "0.14.7";
version = "0.14.8";
pyproject = true;
src = fetchFromGitHub {
owner = "messense";
repo = "typst-py";
tag = "v${finalAttrs.version}";
hash = "sha256-GhXsfsJieBMKvHji4YGfZtvGMIa3k353Erb7V8RSDkU=";
hash = "sha256-hJOAcP4MyI7TCY8M99OVaMhFhp2RbhBekCc1mjqBvcc=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-A/iNQifMjpAMdoiEF3GaBe74mfsv8i/EwQL+ZmMc1YM=";
hash = "sha256-trmnUSIYr5X3UyJjbd7VYko71ziPsvR7l1c0XfFzC80=";
};
build-system = [