Skip to content

Commit 4dc8b23

Browse files
authored
inkscape-extensions.textext: 1.10.2 -> 1.11.0 (NixOS#372704)
2 parents ed264a8 + 6ccfe27 commit 4dc8b23

File tree

1 file changed

+3
-2
lines changed
  • pkgs/applications/graphics/inkscape/extensions/textext

1 file changed

+3
-2
lines changed

pkgs/applications/graphics/inkscape/extensions/textext/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ let
2121
in
2222
python3.pkgs.buildPythonApplication rec {
2323
pname = "textext";
24-
version = "1.10.2";
24+
version = "1.11.0";
2525

2626
src = fetchFromGitHub {
2727
owner = "textext";
2828
repo = "textext";
2929
tag = version;
30-
sha256 = "sha256-JbI/ScCFCvHbK9JZzHuT67uSAL3546et+gtTkwRnCSE=";
30+
sha256 = "sha256-u0oNAauCUHNObE5Hp/X9hHcEP2wmLhcxH2aas3Mg5RY=";
3131
};
3232

3333
patches = [
@@ -59,6 +59,7 @@ python3.pkgs.buildPythonApplication rec {
5959
python3.pkgs.lxml
6060
python3.pkgs.cssselect
6161
python3.pkgs.numpy
62+
python3.pkgs.tinycss2
6263
];
6364

6465
# strictDeps do not play nicely with introspection setup hooks.

0 commit comments

Comments
 (0)