Skip to content

Commit 855096f

Browse files
committed
has of compas_libigl
1 parent 8e464f8 commit 855096f

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 / "pybind11-2.5.0.tar.gz"
4+
FILE = Path(__file__).parent / "compas_libigl-0.2.0.tar.gz"
55

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

0 commit comments

Comments
 (0)