ripe-atlas-tools: 3.0.3 -> 3.1.0
Diff: https://github.com/RIPE-NCC/ripe-atlas-tools/compare/refs/tags/v3.0.3...v3.1.0 Changelog: https://github.com/RIPE-NCC/ripe-atlas-tools/blob/v3.1.0/CHANGES.rst
This commit is contained in:
parent
2f5922e5bc
commit
dc2fa94ce8
1 changed files with 9 additions and 8 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "ripe-atlas-tools";
|
pname = "ripe-atlas-tools";
|
||||||
version = "3.0.3";
|
version = "3.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "RIPE-NCC";
|
owner = "RIPE-NCC";
|
||||||
repo = "ripe-atlas-tools";
|
repo = "ripe-atlas-tools";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-tNojduSNjJc8yOkDbuFLKoASqIV4P3mGuNbiIcf6Nac=";
|
hash = "sha256-aETSDXCVteTruRKV/8Aw3R/bprB6txOsXrFvoZOxIus=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -29,15 +29,16 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
ipy
|
||||||
|
pyopenssl
|
||||||
|
python-dateutil
|
||||||
|
pyyaml
|
||||||
|
requests
|
||||||
ripe-atlas-cousteau
|
ripe-atlas-cousteau
|
||||||
ripe-atlas-sagan
|
ripe-atlas-sagan
|
||||||
ujson
|
typing-extensions
|
||||||
ipy
|
|
||||||
python-dateutil
|
|
||||||
requests
|
|
||||||
tzlocal
|
tzlocal
|
||||||
pyyaml
|
ujson
|
||||||
pyopenssl
|
|
||||||
];
|
];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
|
Loading…
Reference in a new issue