python3Packages.mpl-typst: 0.1.0 -> 0.2.1

https://github.com/daskol/mpl-typst/releases/tag/v0.2.1

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
mpl-typst
+3 -3
pkgs/development/python-modules/mpl-typst/default.nix
···
buildPythonPackage rec {
pname = "mpl-typst";
-
version = "0.1.0";
+
version = "0.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "daskol";
repo = "mpl-typst";
tag = "v${version}";
-
hash = "sha256-Pm5z4tkpgwjYtpBh9+AJWlsHl7HNGxyftfaNSwQDpdk=";
+
hash = "sha256-lkO4BTo3duNAsppTjteeBuzgSJL/UnKVW2QXgrfVrqM=";
};
build-system = [
···
meta = {
description = "Typst backend for matplotlib";
homepage = "https://github.com/daskol/mpl-typst";
-
changelog = "https://github.com/daskol/mpl-typst/releases/tag/v${version}";
+
changelog = "https://github.com/daskol/mpl-typst/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ genga898 ];
};