From 46682e6e01b0e784522b74f2153a0e8841de54a5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 10 Jan 2026 12:05:17 +0000 Subject: [PATCH] inkscape-extensions.textext: 1.12.0 -> 1.13.0 --- .../graphics/inkscape/extensions/textext/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/graphics/inkscape/extensions/textext/default.nix b/pkgs/applications/graphics/inkscape/extensions/textext/default.nix index aada64492ece..d7d08451f895 100644 --- a/pkgs/applications/graphics/inkscape/extensions/textext/default.nix +++ b/pkgs/applications/graphics/inkscape/extensions/textext/default.nix @@ -21,14 +21,14 @@ let in python3.pkgs.buildPythonApplication rec { pname = "textext"; - version = "1.12.0"; + version = "1.13.0"; format = "setuptools"; src = fetchFromGitHub { owner = "textext"; repo = "textext"; tag = version; - sha256 = "sha256-Ka8NIvzhMZYPlc3q0U5Je7eXyBT61dJ3O++ETl+D7w0="; + sha256 = "sha256-fEPSpI9uO+r3d5p+gV1XcorYvUPw0sLgG9nHUPeTtYs="; }; patches = [