Commit 46682e6e authored by R. RyanTM's avatar R. RyanTM
Browse files

inkscape-extensions.textext: 1.12.0 -> 1.13.0

parent a5402171
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 = [