Skip to content

Commit 76e539f

Browse files
committed
inkscape-extensions.textext: 1.11.0 -> 1.11.1
1 parent 8db87f2 commit 76e539f

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/graphics/inkscape/extensions/textext

1 file changed

+2
-2
lines changed

pkgs/applications/graphics/inkscape/extensions/textext/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ let
2121
in
2222
python3.pkgs.buildPythonApplication rec {
2323
pname = "textext";
24-
version = "1.11.0";
24+
version = "1.11.1";
2525

2626
src = fetchFromGitHub {
2727
owner = "textext";
2828
repo = "textext";
2929
tag = version;
30-
sha256 = "sha256-u0oNAauCUHNObE5Hp/X9hHcEP2wmLhcxH2aas3Mg5RY=";
30+
sha256 = "sha256-eqyS3P+FrwwO567GBBOLk53fC6ROG6mZKHL1RGDPLpM=";
3131
};
3232

3333
patches = [

0 commit comments

Comments
 (0)