tunnelgraf: 0.7.2 -> 1.0.6
Diff: https://github.com/denniswalker/tunnelgraf/compare/refs/tags/v0.7.2...v1.0.6 Changelog: https://github.com/denniswalker/tunnelgraf/releases/tag/v1.0.6
This commit is contained in:
@@ -6,19 +6,21 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "tunnelgraf";
|
||||
version = "0.7.2";
|
||||
version = "1.0.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "denniswalker";
|
||||
repo = "tunnelgraf";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-pwHP9eAf2S08ucUawxrQvzMBJNITxbddoLzEoSNUdao=";
|
||||
hash = "sha256-6t/rUdz0RyxWxZM0QO1ynRTNQq4GZMIAxMYBB2lfA54=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"click"
|
||||
"deepmerge"
|
||||
"paramiko"
|
||||
"psutil"
|
||||
"pydantic"
|
||||
];
|
||||
|
||||
@@ -28,10 +30,12 @@ python3.pkgs.buildPythonApplication rec {
|
||||
click
|
||||
deepmerge
|
||||
paramiko
|
||||
psutil
|
||||
pydantic
|
||||
python-hosts
|
||||
pyyaml
|
||||
sshtunnel
|
||||
wcwidth
|
||||
];
|
||||
|
||||
# Project has no tests
|
||||
|
||||
Reference in New Issue
Block a user