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
python3.pkgs.buildPythonApplication rec {
pname = "textext";
version = "1.8.1";
version = "1.10.1";
src = fetchFromGitHub {
owner = "textext";
repo = "textext";
rev = version;
sha256 = "sha256-Qzd39X0X3DdwZ3pIIGvEbNjl6dxjDf3idzjwCkp3WRg=";
sha256 = "sha256-FbUfZfVOYEyQVL1YMyNwb/sIUxJ+VhevatjuJI/ocIw=";
};
patches = [