python313Packages.typst: modernize

This commit is contained in:
Fabian Affolter
2025-11-03 18:10:25 +01:00
committed by GitHub
parent 14ccade938
commit ce6168d858
@@ -6,7 +6,6 @@
fetchFromGitHub,
openssl,
pkg-config,
pythonOlder,
rustc,
rustPlatform,
}:
@@ -16,8 +15,6 @@ buildPythonPackage rec {
version = "0.14.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "messense";
repo = "typst-py";
@@ -52,7 +49,7 @@ buildPythonPackage rec {
meta = {
description = "Python binding to typst";
homepage = "https://github.com/messense/typst-py";
changelog = "https://github.com/messense/typst-py/releases/tag/v${version}";
changelog = "https://github.com/messense/typst-py/releases/tag/v${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
};