inkscape/textext: 1.8.1 -> 1.10.1

This commit is contained in:
Taha YASSINE 2023-12-28 02:01:29 +01:00
parent e98a9c442f
commit ff0dc63ab8

View File

@ -20,13 +20,13 @@ let
in in
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "textext"; pname = "textext";
version = "1.8.1"; version = "1.10.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "textext"; owner = "textext";
repo = "textext"; repo = "textext";
rev = version; rev = version;
sha256 = "sha256-Qzd39X0X3DdwZ3pIIGvEbNjl6dxjDf3idzjwCkp3WRg="; sha256 = "sha256-FbUfZfVOYEyQVL1YMyNwb/sIUxJ+VhevatjuJI/ocIw=";
}; };
patches = [ patches = [