Skip to content

Commit

Permalink
Fix hash, url and add a new version of larcontent
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jan 20, 2025
1 parent 2636783 commit d7d430d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/larcontent/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class Larcontent(CMakePackage):
"""Pandora algorithms and tools for LAr TPC event reconstruction"""

url = "https://github.com/PandoraPFA/larcontent/archive/v03-04-00.tar.gz"
url = "https://github.com/PandoraPFA/larcontent/archive/v03_04_00.tar.gz"
homepage = "https://github.com/PandoraPFA/larcontent"
git = "https://github.com/PandoraPFA/larcontent.git"

Expand All @@ -18,9 +18,13 @@ class Larcontent(CMakePackage):
maintainers = ["vvolkl"]

version("master", branch="master")
version(
"4.12.00",
sha256="f5affe4f4102de4734a439349274249cf5f41684020c8291aa2e551cc0c13131",
)
version(
"4.11.02",
sha256="57efb355a7ce0ed0f50bdb020ef302a06f7a14ff0dd643907f9f2c9d59da2f0d",
sha256="06a8c55aab782e23f90839f76dbd0aa981355f90ccf48b3358eb5843bad45dc8",
)
version(
"4.8.1",
Expand All @@ -34,10 +38,6 @@ class Larcontent(CMakePackage):
"4.0.0",
sha256="01a28828a92daa4a95fd7399ec9df3c7be9ac2b33f40c5a031707894a44951cd",
)
version(
"4.0.0",
sha256="01a28828a92daa4a95fd7399ec9df3c7be9ac2b33f40c5a031707894a44951cd",
)

patch("path.patch")

Expand Down

0 comments on commit d7d430d

Please sign in to comment.