We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a591e commit 790cb3dCopy full SHA for 790cb3d
recipe/sha256.py
@@ -1,7 +1,7 @@
1
import hashlib
2
from pathlib import Path
3
4
-FILE = Path(__file__).parent / "compas_libigl-0.2.0.tar.gz"
+FILE = Path(__file__).parent / "pybind11-2.10.4.tar.gz"
5
6
with open(FILE, "rb") as f:
7
data = f.read()
0 commit comments