Skip to content

Commit

Permalink
Update package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 9, 2022
1 parent 744a7d9 commit efaa428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/hermes/packages/gortools/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Gortools(Package):
version('7.7', sha256='d20eb031ea3f1b75e55e44ae6acdb674ee6fb31e7a56498be32dc83ba9bc13bd')
version('7.8', sha256='d93a9502b18af51902abd130ff5f23768fcf47e266e6d1f34b3586387aa2de68')
version('7.0', sha256='379c13c9a5ae70bf0e876763005b2d2d51fcf966882b28b1a65344f2d3d2c589')
depends_on('cmake@3.0.2:', '@7.7:')
depends_on('cmake@3.0.2:', '@7.7')
depends_on('coinutils')

def url_for_version(self, version):
Expand Down

0 comments on commit efaa428

Please sign in to comment.