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

termtosvg: 0.9.0 -> 1.0.0
This commit is contained in:
Mario Rodas 2019-11-30 03:04:46 -05:00 committed by GitHub
commit f41cb9aacb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "termtosvg";
version = "0.9.0";
version = "1.0.0";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "1mf2vlq083mzhja449il78zpvjq6fv36pzakwrqmgxdjbsdyvxbd";
sha256 = "1d0lmvprraspdqpn0rsqzvkkmpj8zk0crid5l39kxpjpxrv2irfg";
};
propagatedBuildInputs = with python3Packages; [ lxml pyte wcwidth ];