gpredict: use hamlib 4.2

This commit is contained in:
Matthew Leach 2021-07-23 20:13:14 +01:00
parent 60354bc4ea
commit a7fe887c53

View file

@ -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 { };