Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit d1e2df8

Browse files
committed
freeze core commits #462
1 parent 97a26be commit d1e2df8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

native/macos/build_blockstack_virtualenv.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ PYSCRYPT_NO_LINK_FLAGS="1" LDFLAGS="/usr/local/opt/openssl/lib/libcrypto.a /usr/
3636

3737
echo "Installing latest virtualchain..."
3838

39-
pip install --upgrade git+https://github.com/blockstack/virtualchain.git@rc-0.14.2
39+
pip install --upgrade git+https://github.com/blockstack/virtualchain.git@e9e650d1f6343d357a47366f22cc6161a743c7dc
4040

4141
echo "Installing latest blockstack-profiles..."
4242

43-
pip install --upgrade git+https://github.com/blockstack/blockstack-profiles-py.git@master
43+
pip install --upgrade git+https://github.com/blockstack/blockstack-profiles-py.git@103783798df78cf0f007801e79ec6298f00b2817
4444

4545
echo "Installing latest blockstack-zones..."
4646

47-
pip install --upgrade git+https://github.com/blockstack/zone-file-py.git@master
47+
pip install --upgrade git+https://github.com/blockstack/zone-file-py.git@73739618b51d4c8b85966887fae4ca22cba87e10
4848

4949
echo "Installing latest blockstack..."
5050

51-
pip install --upgrade git+https://github.com/blockstack/blockstack-core.git@rc-0.14.2
51+
pip install --upgrade git+https://github.com/blockstack/blockstack-core.git@1a98efe91eca89cb1afe680bf4af7e15a53b2296
5252

5353
echo "Blockstack virtual environment created."
5454

0 commit comments

Comments
 (0)