termtosvg: 0.7.0 -> 0.8.0
This commit is contained in:
parent
3cac599628
commit
e90d43b389
@ -2,20 +2,20 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "termtosvg";
|
pname = "termtosvg";
|
||||||
version = "0.7.0";
|
version = "0.8.0";
|
||||||
|
|
||||||
# tests are not available when fetching from pypi
|
# tests are not available when fetching from pypi
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nbedos";
|
owner = "nbedos";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "17hhdrsn9ggcrwqp2c1h2la9cwhdazfrczd7nnm5mz7w6rk25lx3";
|
sha256 = "0si5l8cdbzapcibr4yavhld2vhfrpk7qj4cy7m4ws7js8g9iwzd4";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [ lxml pyte ];
|
propagatedBuildInputs = with python3.pkgs; [ lxml pyte ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://github.com/nbedos/termtosvg;
|
homepage = https://nbedos.github.io/termtosvg/;
|
||||||
description = "Record terminal sessions as SVG animations";
|
description = "Record terminal sessions as SVG animations";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ ma27 ];
|
maintainers = with maintainers; [ ma27 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user