inkscape-extensions.textext: 1.10.2 -> 1.11.0 (#372704)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user