We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed264a8 + 6ccfe27 commit 4dc8b23Copy full SHA for 4dc8b23
pkgs/applications/graphics/inkscape/extensions/textext/default.nix
@@ -21,13 +21,13 @@ let
21
in
22
python3.pkgs.buildPythonApplication rec {
23
pname = "textext";
24
- version = "1.10.2";
+ version = "1.11.0";
25
26
src = fetchFromGitHub {
27
owner = "textext";
28
repo = "textext";
29
tag = version;
30
- sha256 = "sha256-JbI/ScCFCvHbK9JZzHuT67uSAL3546et+gtTkwRnCSE=";
+ sha256 = "sha256-u0oNAauCUHNObE5Hp/X9hHcEP2wmLhcxH2aas3Mg5RY=";
31
};
32
33
patches = [
@@ -59,6 +59,7 @@ python3.pkgs.buildPythonApplication rec {
59
python3.pkgs.lxml
60
python3.pkgs.cssselect
61
python3.pkgs.numpy
62
+ python3.pkgs.tinycss2
63
];
64
65
# strictDeps do not play nicely with introspection setup hooks.
0 commit comments