Skip to content

Commit

Permalink
correcting checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Meloni committed Jan 7, 2025
1 parent 7bd92df commit 4a72ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/muoncvxddigitiser/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Muoncvxddigitiser(CMakePackage, MCIlcsoftpackage):
url = "https://github.com/MuonColliderSoft/MuonCVXDDigitiser/archive/refs/tags/v0.2.0.tar.gz"

version("master", branch="master")
version("0.2.0", sha256="6d22f0fe712a9165725fe23ac123f5c90e6e26e4eb11aeb5601eecb40ef1a85c", preferred=True)
version("0.2.0", sha256="7f3711c028bb646979e4356981da6e97b30da244e71aac0dd4fe206b69820c22", preferred=True)
version("0.1", sha256="b4fe817025aeda01e0d503a91a5988b4c1d906dfcb02d2a505f013f8de90efc0")

depends_on('ilcutil')
Expand Down

0 comments on commit 4a72ccb

Please sign in to comment.