diff --git a/pkgs/applications/graphics/inkscape/extensions/textext/default.nix b/pkgs/applications/graphics/inkscape/extensions/textext/default.nix index 09221bd35996..840ba0333bb5 100644 --- a/pkgs/applications/graphics/inkscape/extensions/textext/default.nix +++ b/pkgs/applications/graphics/inkscape/extensions/textext/default.nix @@ -21,13 +21,13 @@ let in python3.pkgs.buildPythonApplication rec { pname = "textext"; - version = "1.10.2"; + version = "1.11.0"; src = fetchFromGitHub { owner = "textext"; repo = "textext"; tag = version; - sha256 = "sha256-JbI/ScCFCvHbK9JZzHuT67uSAL3546et+gtTkwRnCSE="; + sha256 = "sha256-u0oNAauCUHNObE5Hp/X9hHcEP2wmLhcxH2aas3Mg5RY="; }; patches = [ @@ -59,6 +59,7 @@ python3.pkgs.buildPythonApplication rec { python3.pkgs.lxml python3.pkgs.cssselect python3.pkgs.numpy + python3.pkgs.tinycss2 ]; # strictDeps do not play nicely with introspection setup hooks.