Skip to content

Commit

Permalink
Update python shasum
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Jan 28, 2024
1 parent 6186ce1 commit 51d7d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.envs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export HOSTPYTHONROOT=$(shell python${PYMAJOR}.${PYMINOR} -c "import sys; print(
export HOSTPYTHON=$(HOSTPYTHONROOT)/bin/python$(PYMAJOR).$(PYMINOR)

export PYTHON_ARCHIVE_URL=https://www.python.org/ftp/python/$(PYSTABLEVERSION)/Python-$(PYVERSION).tgz
export PYTHON_ARCHIVE_SHA256=1a79f3df32265d9e6625f1a0b31c28eb1594df911403d11f3320ee1da1b3e048
export PYTHON_ARCHIVE_SHA256=068c05f82262e57641bd93458dfa883128858f5f4997aad7a36fd25b13b29209

export CPYTHONROOT=$(PYODIDE_ROOT)/cpython
export CPYTHONINSTALL=$(CPYTHONROOT)/installs/python-$(PYVERSION)
Expand Down

0 comments on commit 51d7d95

Please sign in to comment.