mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
termtosvg: 0.9.0 -> 1.0.0
This commit is contained in:
parent
646b279c55
commit
5a07cd95d7
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user