inkscape-extensions.textext: 1.11.1 -> 1.12.0

R. Ryantm a723f6f7 2e19e30b

+2 -2
+2 -2
pkgs/applications/graphics/inkscape/extensions/textext/default.nix
··· 21 21 in 22 22 python3.pkgs.buildPythonApplication rec { 23 23 pname = "textext"; 24 - version = "1.11.1"; 24 + version = "1.12.0"; 25 25 format = "setuptools"; 26 26 27 27 src = fetchFromGitHub { 28 28 owner = "textext"; 29 29 repo = "textext"; 30 30 tag = version; 31 - sha256 = "sha256-eqyS3P+FrwwO567GBBOLk53fC6ROG6mZKHL1RGDPLpM="; 31 + sha256 = "sha256-Ka8NIvzhMZYPlc3q0U5Je7eXyBT61dJ3O++ETl+D7w0="; 32 32 }; 33 33 34 34 patches = [