about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2023-12-31 14:11:13 +0100
committerGitHub <noreply@github.com>2023-12-31 14:11:13 +0100
commit215202e570b977caa7c6f7c24211ff75766486ec (patch)
treed7c2f79a81ee6003a3bb1bd5c9fb6f4f2ab2d24d /pkgs/applications
parent2b97055f538920c69d5b1870d83aa556905ff312 (diff)
parentff0dc63ab8c4e69bf717c6d517678be8d7bab21f (diff)
Merge pull request #277217 from taha-yassine/update-textext
inkscape/textext: 1.8.1 -> 1.10.1
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/graphics/inkscape/extensions/textext/default.nix4
1 files 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 c049458808a5e..bb7ccd3e1896a 100644
--- a/pkgs/applications/graphics/inkscape/extensions/textext/default.nix
+++ b/pkgs/applications/graphics/inkscape/extensions/textext/default.nix
@@ -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 = [