inkscape-extensions.textext: 1.12.0 -> 1.13.0 (#478715)

This commit is contained in:
Arnout Engelen
2026-02-14 11:04:06 +00:00
committed by GitHub
@@ -21,14 +21,14 @@ let
in
python3.pkgs.buildPythonApplication rec {
pname = "textext";
version = "1.12.0";
version = "1.13.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "textext";
repo = "textext";
tag = version;
sha256 = "sha256-Ka8NIvzhMZYPlc3q0U5Je7eXyBT61dJ3O++ETl+D7w0=";
sha256 = "sha256-fEPSpI9uO+r3d5p+gV1XcorYvUPw0sLgG9nHUPeTtYs=";
};
patches = [