Skip to content

Commit

Permalink
Merge pull request #439 from GMAO-SI-Team/feature/mathomp4/update-gh-…
Browse files Browse the repository at this point in the history
…jcsda

gh: add 2.49.2, 2.50.0
  • Loading branch information
climbfuji authored Jun 17, 2024
2 parents 93bf14d + f4c58ac commit 8ba0bba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions var/spack/repos/builtin/packages/gh/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class Gh(Package):

license("MIT")

version("2.50.0", sha256="683d0dee90e1d24a6673d13680e0d41963ddc6dd88580ab5119acec790d1b4d7")
version("2.49.2", sha256="e839ea302ad99b70ce3efcb903f938ecbbb919798e49bc2f2034ad506ae0b0f5")
version("2.43.1", sha256="1ea3f451fb7002c1fb95a7fab21e9ab16591058492628fe264c5878e79ec7c90")
version("2.32.1", sha256="1d569dc82eb6520e6a8959568c2db84fea3bbaab2604c8dd5901849d320e1eae")
version("2.28.0", sha256="cf3c0fb7f601d717d8b5177707a197c49fd426f5dc3c9aa52a932e96ba7166af")
Expand All @@ -39,6 +41,7 @@ class Gh(Package):
depends_on("[email protected]:", type="build", when="@2.10.0:")
depends_on("[email protected]:", type="build", when="@2.21.0:")
depends_on("[email protected]:", type="build", when="@2.33.0:")
depends_on("[email protected]:", type="build", when="@2.47.0:")

phases = ["build", "install"]

Expand Down

0 comments on commit 8ba0bba

Please sign in to comment.