Skip to content

Commit

Permalink
Fix version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Nov 14, 2023
1 parent d3b1dda commit 8c5bca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/k4marlinwrapper/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class K4marlinwrapper(CMakePackage, Ilcsoftpackage):
depends_on("[email protected]:")
depends_on("k4fwcore")
depends_on("edm4hep")
depends_on("[email protected]:1")
depends_on("[email protected].1:")
depends_on("k4edm4hep2lcioconv")
# for the doctest:
depends_on("py-jupytext", type=("test"))
Expand Down

0 comments on commit 8c5bca9

Please sign in to comment.