python313Packages.typst: 0.13.2 -> 0.13.4 (#427247)

This commit is contained in:
Nick Cao
2025-07-22 16:19:34 -04:00
committed by GitHub

View File

@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "typst";
version = "0.13.2";
version = "0.13.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -22,12 +22,12 @@ buildPythonPackage rec {
owner = "messense";
repo = "typst-py";
tag = "v${version}";
hash = "sha256-Cqi8GupcC7n/OfiFLrNXw0ydXpOqOpWTgIGJXdib5L8=";
hash = "sha256-nY5ErzIApQuVMcmVmufab/ugznKHXV3BkyeWRBPH7Z0=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-bcO+irLT4Sy8IZ/YQZFD2jVjZAUCO0j+TitigHo4xbM=";
hash = "sha256-02nnO9Ie+AcS0Zssh70rqMGT8nmRJZ/Sz1opkqbooKQ=";
};
build-system = [