1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 {
pname = "termtosvg";
version = "0.6.0";
version = "0.7.0";
# tests are not available when fetching from pypi
src = fetchFromGitHub {
owner = "nbedos";
repo = pname;
rev = version;
sha256 = "07d9ashxph16phhawypm99wlx82975hqk08v1n56hxr0nr4f7nd2";
sha256 = "17hhdrsn9ggcrwqp2c1h2la9cwhdazfrczd7nnm5mz7w6rk25lx3";
};
propagatedBuildInputs = with python3.pkgs; [ lxml pyte ];