Unverified Commit 9451e072 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

svg2tikz: 3.3.3 -> 3.3.4 (#466456)

parents 5e3fe32d 57d0e190
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "svg2tikz";
  version = "3.3.3";
  version = "3.3.4";

  pyproject = true;

@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "xyz2tex";
    repo = "svg2tikz";
    tag = "v${version}";
    hash = "sha256-wc5yzfWWixzO73s+jADpoQli0f3bmu2tBrGgj6DYnUM=";
    hash = "sha256-hIVxrUqT9g3e8eKdz1xPqRBiN62BPLav+xPHm6WCAqw=";
  };

  build-system = [