termtosvg: 0.6.0 -> 0.7.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:
parent
e0950ae9ad
commit
2948193742
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "termtosvg";
|
pname = "termtosvg";
|
||||||
version = "0.6.0";
|
version = "0.7.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 = "07d9ashxph16phhawypm99wlx82975hqk08v1n56hxr0nr4f7nd2";
|
sha256 = "17hhdrsn9ggcrwqp2c1h2la9cwhdazfrczd7nnm5mz7w6rk25lx3";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [ lxml pyte ];
|
propagatedBuildInputs = with python3.pkgs; [ lxml pyte ];
|
||||||
|
Loading…
Reference in New Issue
Block a user