openPMD-api: 0.15.1 Patch version.hpp (#36662)

Forgot to bump a version in the public header during release.
This commit is contained in:
Axel Huebl 2023-04-05 13:28:24 -07:00 committed by GitHub
parent 65556eb53e
commit 8f800aca72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,6 +93,13 @@ class OpenpmdApi(CMakePackage):
when="@0.15.0",
)
# forgot to bump version.hpp in 0.15.1
patch(
"https://github.com/openPMD/openPMD-api/pull/1417.patch?full_index=1",
sha256="c306483f1f94b308775a401c9cd67ee549fac6824a2264f5985499849fe210d5",
when="@0.15.1",
)
extends("python", when="+python")
def cmake_args(self):