Set preferred version of perl-bioperl (#14354)

Due to formatting differences, the older version of perl-bioperl was
getting picked up as the preferred version. This PR explicitly sets the
newer version to be preferred.
This commit is contained in:
Glenn Johnson 2020-01-02 15:29:35 -06:00 committed by Adam J. Stewart
parent 8e70fa52df
commit ba0e144b07

View file

@ -35,7 +35,9 @@ class PerlBioperl(PerlPackage):
homepage = "https://metacpan.org/pod/BioPerl"
url = "https://cpan.metacpan.org/authors/id/C/CD/CDRAUG/BioPerl-1.7.6.tar.gz"
version('1.7.6', sha256='df2a3efc991b9b5d7cc9d038a1452c6dac910c9ad2a0e47e408dd692c111688d')
version('1.7.6',
sha256='df2a3efc991b9b5d7cc9d038a1452c6dac910c9ad2a0e47e408dd692c111688d',
preferred=True)
version('1.007002', sha256='17aa3aaab2f381bbcaffdc370002eaf28f2c341b538068d6586b2276a76464a1')
# According to cpandeps.grinnz.com Module-Build is both a build and run