Skip to content

Commit bebdebb

Browse files
authored
acts: add upper limit to pr4456 patch when (#800)
### Briefly, what does this PR introduce? This PR adds an upper limit to the `acts` patch range for acts-project/acts#4456.
1 parent f4236f3 commit bebdebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/acts/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(self, spec):
3636
patch(
3737
"https://github.com/acts-project/acts/pull/4456.patch?full_index=1",
3838
sha256="d93a2792b40a82a412975ab183878e9f9d69a5018eef7a0a757ba650d31ab941",
39-
when="@39:",
39+
when="@39:42.0",
4040
)
4141

4242
# Plugins/Cuda/CMakeLists.txt: patch for c++20

0 commit comments

Comments
 (0)