Skip to content

Commit 790cb3d

Browse files
committed
use different pybind11
1 parent 23a591e commit 790cb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/sha256.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import hashlib
22
from pathlib import Path
33

4-
FILE = Path(__file__).parent / "compas_libigl-0.2.0.tar.gz"
4+
FILE = Path(__file__).parent / "pybind11-2.10.4.tar.gz"
55

66
with open(FILE, "rb") as f:
77
data = f.read()

0 commit comments

Comments
 (0)