Unverified Commit 75c4807e authored by Arnout Engelen's avatar Arnout Engelen Committed by GitHub
Browse files

inkscape-extensions.textext: 1.12.0 -> 1.13.0 (#478715)

parents 1d3f51df 46682e6e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [