Skip to content

Commit

Permalink
Use correct version format
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 25, 2024
1 parent 6ea1886 commit 1a0d80f
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 @@ -39,7 +39,7 @@ class K4marlinwrapper(CMakePackage, Ilcsoftpackage):
depends_on("edm4hep")
depends_on("[email protected]:")
depends_on("k4edm4hep2lcioconv")
depends_on("k4edm4hep2lcioconv@0.9:", when="@0.9:")
depends_on("k4edm4hep2lcioconv@00-09:", when="@0.9:")
# for the doctest:
depends_on("py-jupytext", type=("test"))
depends_on("py-ipykernel", type=("test"))
Expand Down

0 comments on commit 1a0d80f

Please sign in to comment.