nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.typst: 0.13.1 -> 0.13.2

Diff: https://github.com/messense/typst-py/compare/refs/tags/v0.13.1...v0.13.2

Changelog: https://github.com/messense/typst-py/releases/tag/v0.13.2

+3 -3
+3 -3
pkgs/development/python-modules/typst/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "typst"; 16 - version = "0.13.1"; 16 + version = "0.13.2"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.8"; ··· 22 22 owner = "messense"; 23 23 repo = "typst-py"; 24 24 tag = "v${version}"; 25 - hash = "sha256-/nWEs+qeAvejGyjBVSATnUWMVb6AdiCGOE7VjuYl0PU="; 25 + hash = "sha256-Cqi8GupcC7n/OfiFLrNXw0ydXpOqOpWTgIGJXdib5L8="; 26 26 }; 27 27 28 28 cargoDeps = rustPlatform.fetchCargoVendor { 29 29 inherit src; 30 30 name = "${pname}-${version}"; 31 - hash = "sha256-aeAEqO6vtcLdCRClqhJ3ooJY9jf70iUJDL/GDZw/UXs="; 31 + hash = "sha256-bcO+irLT4Sy8IZ/YQZFD2jVjZAUCO0j+TitigHo4xbM="; 32 32 }; 33 33 34 34 build-system = [