Skip to content

Commit f38838c

Browse files
committed
0.7.3
1 parent 7312207 commit f38838c

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_cgal-0.7.2.tar.gz"
4+
FILE = Path(__file__).parent / "compas_cgal-0.7.3.tar.gz"
55

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

0 commit comments

Comments
 (0)