gpredict: use hamlib 4.2
This commit is contained in:
parent
60354bc4ea
commit
a7fe887c53
1 changed files with 3 additions and 1 deletions
|
@ -5471,7 +5471,9 @@ in
|
|||
|
||||
gpp = callPackage ../development/tools/gpp { };
|
||||
|
||||
gpredict = callPackage ../applications/science/astronomy/gpredict { };
|
||||
gpredict = callPackage ../applications/science/astronomy/gpredict {
|
||||
hamlib = hamlib_4;
|
||||
};
|
||||
|
||||
gptfdisk = callPackage ../tools/system/gptfdisk { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue