Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #52013 from r-ryantm/auto-update/termtosvg

termtosvg: 0.6.0 -> 0.7.0

authored by

Maximilian Bosch and committed by
GitHub
3df0a403 24e6074a

+2 -2
+2 -2
pkgs/tools/misc/termtosvg/default.nix
··· 2 2 3 3 python3.pkgs.buildPythonApplication rec { 4 4 pname = "termtosvg"; 5 - version = "0.6.0"; 5 + version = "0.7.0"; 6 6 7 7 # tests are not available when fetching from pypi 8 8 src = fetchFromGitHub { 9 9 owner = "nbedos"; 10 10 repo = pname; 11 11 rev = version; 12 - sha256 = "07d9ashxph16phhawypm99wlx82975hqk08v1n56hxr0nr4f7nd2"; 12 + sha256 = "17hhdrsn9ggcrwqp2c1h2la9cwhdazfrczd7nnm5mz7w6rk25lx3"; 13 13 }; 14 14 15 15 propagatedBuildInputs = with python3.pkgs; [ lxml pyte ];