lol

inkscape-extensions.textext: 1.11.0 -> 1.11.1 (#390483)

authored by

Arnout Engelen and committed by
GitHub
7886d980 c97deca2

+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.0"; 24 + version = "1.11.1"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "textext"; 28 28 repo = "textext"; 29 29 tag = version; 30 - sha256 = "sha256-u0oNAauCUHNObE5Hp/X9hHcEP2wmLhcxH2aas3Mg5RY="; 30 + sha256 = "sha256-eqyS3P+FrwwO567GBBOLk53fC6ROG6mZKHL1RGDPLpM="; 31 31 }; 32 32 33 33 patches = [