mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue