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

termtosvg: 0.6.0 -> 0.7.0
This commit is contained in:
Maximilian Bosch 2018-12-16 12:43:12 +01:00 committed by GitHub
commit 3df0a40374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];