Typo in arbor/package.py: incorrect version (#34820)

This commit is contained in:
Brent Huisman 2023-01-05 13:55:31 +01:00 committed by GitHub
parent 0a7b0c68cf
commit 441c0a4fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ class Arbor(CMakePackage, CudaPackage):
version("master", branch="master", submodules=True)
version(
"0.8",
"0.8.1",
sha256="caebf96676ace6a9c50436541c420ca4bb53f0639dcab825de6fa370aacf6baa",
url="https://github.com/arbor-sim/arbor/releases/download/v0.8.1/arbor-v0.8.1-full.tar.gz",
)