svg2tikz: 3.3.1 -> 3.3.2

This commit is contained in:
R. Ryantm
2025-06-04 07:19:28 +00:00
parent 8e10b6becd
commit 9e29c0903d
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "svg2tikz";
version = "3.3.1";
version = "3.3.2";
pyproject = true;
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "xyz2tex";
repo = "svg2tikz";
tag = "v${version}";
hash = "sha256-LG8u23pEovF05ApjyxA6AebEjmVtxPxpTp9f2DwkwpM=";
hash = "sha256-/yILTmF/N+ZJTKsyFI4vicOYlyuhkBgmFguglu3iXlc=";
};
build-system = [