Skip to content

Commit

Permalink
eic-smear: new version 1.1.12 (#542)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
This new version fixes the unit conversion from pythia6 cross sections
to hepmc3.
  • Loading branch information
wdconinc authored Sep 14, 2023
1 parent 596ecc1 commit ccc034f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/eic-smear/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ class EicSmear(CMakePackage):
variant("pythia6", default=False, description="Include Pythia6 support")

version("master", branch="master")
version(
"1.1.12", sha256="9f95bbdd8bfffc2082ead67d17d240f0c057559e8727607bd42fef72257fa85c",
)
version(
"1.1.11", sha256="0cffcecd139af3a2604a756ded2f9ccdefecfbe045a07766cf3c62c455de30b0",
)
version(
"1.1.10",
sha256="2a5866166299f216528bf1e9a7177faa0fca849cb8b20b64e08107c828059c3b",
Expand Down

0 comments on commit ccc034f

Please sign in to comment.