python3Packages.typst: 0.15.0 -> 0.15.1 (#543479)

This commit is contained in:
Fabian Affolter
2026-07-20 07:06:52 +00:00
committed by GitHub

View File

@@ -12,19 +12,19 @@
buildPythonPackage (finalAttrs: {
pname = "typst";
version = "0.15.0";
version = "0.15.1";
pyproject = true;
src = fetchFromGitHub {
owner = "messense";
repo = "typst-py";
tag = "v${finalAttrs.version}";
hash = "sha256-9wHUikOf/WULPaGkCOXa0aXcSme+xbweC6IDwaJnwRk=";
hash = "sha256-WAuYQWaxqLIjqsQgb6G1FWRqoyjFcINLHqIyIwxBWts=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-TyLKnJUVbodCHQXhpjIr1numNDmeUkvpsKH1o5tWFCM=";
hash = "sha256-PGEM7Rn5Ss0dZr91UlvfXuTxVCCdGkvxgy0F9ak1pcE=";
};
build-system = [