lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

svg2tikz: 3.3.1 -> 3.3.2

R. Ryantm 9e29c090 8e10b6be

+2 -2
+2 -2
pkgs/development/python-modules/svg2tikz/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "svg2tikz"; 13 - version = "3.3.1"; 13 + version = "3.3.2"; 14 14 15 15 pyproject = true; 16 16 ··· 18 18 owner = "xyz2tex"; 19 19 repo = "svg2tikz"; 20 20 tag = "v${version}"; 21 - hash = "sha256-LG8u23pEovF05ApjyxA6AebEjmVtxPxpTp9f2DwkwpM="; 21 + hash = "sha256-/yILTmF/N+ZJTKsyFI4vicOYlyuhkBgmFguglu3iXlc="; 22 22 }; 23 23 24 24 build-system = [