Skip to content

Commit

Permalink
gh: add v2.49.2 (spack#44231)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 authored May 20, 2024
1 parent c61c707 commit 32dfb52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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,7 @@ class Gh(Package):

license("MIT")

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 +40,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 32dfb52

Please sign in to comment.