python313Packages.typst: 0.14.1 -> 0.14.2 (#465412)

This commit is contained in:
Fabian Affolter
2025-11-27 10:14:19 +00:00
committed by GitHub
@@ -12,19 +12,19 @@
buildPythonPackage rec {
pname = "typst";
version = "0.14.1";
version = "0.14.2";
pyproject = true;
src = fetchFromGitHub {
owner = "messense";
repo = "typst-py";
tag = "v${version}";
hash = "sha256-O6pjw0rVdpVn4PooKjI0deQ+upzL0E7uHTA6wUz40UY=";
hash = "sha256-PshpYyT+WVZezHEMYETsxwSlPzZ8mXWFw2YgXPEyAIw=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-LHaAHoF/7znQ6WFJyxEFo7TRBtqAlPBuSCfOe6GhjQ0=";
hash = "sha256-453c6hs1Wr4KFu523jMqdNmi0cBxlpkh92bt4ZXXhLo=";
};
build-system = [