|
@@ -14,8 +14,8 @@ from setuptools import find_packages, setup
|
|
|
from setuptools.command.build_py import build_py
|
|
|
from setuptools.command.develop import develop
|
|
|
|
|
|
-P2PD_VERSION = "v0.3.1"
|
|
|
-P2PD_CHECKSUM = "15292b880c6b31f5b3c36084b3acc17f"
|
|
|
+P2PD_VERSION = "v0.3.3"
|
|
|
+P2PD_CHECKSUM = "a4913fbd5996c567fd65d84ebfb26bc2"
|
|
|
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__))
|