Skip to content

Commit fba060f

Browse files
committed
3.1.61.13pre
1 parent 11acb55 commit fba060f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/cpython-fetch.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ fi
213213

214214
if echo $PYBUILD |grep -q 12$
215215
then
216-
wget -q -c https://www.python.org/ftp/python/3.12.11/Python-3.12.11.tar.xz
217-
tar xf Python-3.12.11.tar.xz
218-
ln -s Python-3.12.11 cpython${PYBUILD}
216+
wget -q -c https://www.python.org/ftp/python/3.12.12/Python-3.12.12.tar.xz
217+
tar xf Python-3.12.12.tar.xz
218+
ln -s Python-3.12.12 cpython${PYBUILD}
219219
fi
220220

221221

0 commit comments

Comments
 (0)