termtosvg: 0.8.0 -> 0.9.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/termtosvg/versions
This commit is contained in:
R. RyanTM 2019-07-16 18:18:09 -07:00 committed by Mario Rodas
parent 81e1151d0f
commit f19bc96592
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -2,14 +2,14 @@
python3Packages.buildPythonApplication rec {
pname = "termtosvg";
version = "0.8.0";
version = "0.9.0";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "e3a0a7bd511028c96d242525df807a23e6f22e55b111a7ee861f294a86224b0c";
sha256 = "1mf2vlq083mzhja449il78zpvjq6fv36pzakwrqmgxdjbsdyvxbd";
};
propagatedBuildInputs = with python3Packages; [ lxml pyte ];
propagatedBuildInputs = with python3Packages; [ lxml pyte wcwidth ];
meta = with lib; {
homepage = https://nbedos.github.io/termtosvg/;