termtosvg: 1.0.0 -> 1.1.0

This commit is contained in:
Maximilian Bosch 2020-01-26 19:32:23 +01:00
parent a64770e6dd
commit 5e9d926fa3
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

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