|
@@ -15,7 +15,7 @@ from setuptools.command.build_py import build_py
|
|
|
from setuptools.command.develop import develop
|
|
|
|
|
|
P2PD_VERSION = "v0.3.3-no-termination"
|
|
|
-P2PD_CHECKSUM = "a4913fbd5996c567fd65d84ebfb26bc2"
|
|
|
+P2PD_CHECKSUM = "ff6928d3a70f402520b437c547ace61b"
|
|
|
LIBP2P_TAR_URL = f"https://github.com/learning-at-home/go-libp2p-daemon/archive/refs/tags/{P2PD_VERSION}.tar.gz"
|
|
|
|
|
|
here = os.path.abspath(os.path.dirname(__file__))
|