Unverified Commit ce6168d8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.typst: modernize

parent 14ccade9
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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 ];
  };