Skip to content

Commit

Permalink
New package versions found for juggler (#640)
Browse files Browse the repository at this point in the history
New package versions found:
 packages/juggler/package.py | 2 ++
 1 file changed, 2 insertions(+)

---------

Co-authored-by: wdconinc <[email protected]>
Co-authored-by: Wouter Deconinck <[email protected]>
  • Loading branch information
3 people authored May 23, 2024
1 parent d166c4d commit 307252f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/juggler/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ class Juggler(CMakePackage):

version("main", branch="main")
version("master", branch="master", deprecated=True)
version("14.0.3", sha256="2b163f5f1a8b087a3f0831f8074fe5a5831ad3d2f900c05ae097e1c7ec17d3aa")
version("14.0.2", sha256="78825e34a2db2f99360c1c57a3e24d1fcad2c22b7b17e703c8b693944ebca5e2")
version("14.0.1", sha256="55efe028ea9c70c2fbb4a33d83126f11f75b04396987c2e55a2b2fd055ca34c8")
version("14.0.0", sha256="b5a6ec1960868464de530c3d508bee5378a2bfe23ef3afa0d38ad66ddf2bc977")
version("13.0.0", sha256="5c967e5979b540ccdc64f94f371b9bb9056ff470c3691e8bda0f12b74702feb2")
Expand Down Expand Up @@ -167,6 +169,7 @@ class Juggler(CMakePackage):
depends_on("acts@8", when="@3")

depends_on("[email protected]:")
conflicts("[email protected]:", when="@:14.0.1")

depends_on("edm4hep")

Expand Down

0 comments on commit 307252f

Please sign in to comment.