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 7312207 commit f38838cCopy full SHA for f38838c
recipe/sha256.py
@@ -1,7 +1,7 @@
1
import hashlib
2
from pathlib import Path
3
4
-FILE = Path(__file__).parent / "compas_cgal-0.7.2.tar.gz"
+FILE = Path(__file__).parent / "compas_cgal-0.7.3.tar.gz"
5
6
with open(FILE, "rb") as f:
7
data = f.read()
0 commit comments