Skip to content

Commit cfc1299

Browse files
borzunovGreenFatGuy
authored andcommitted
Update p2pd to v0.3.13 (#527)
This version contains relevant changes that improve work of libp2p relays, see learning-at-home/go-libp2p-daemon#22. Co-authored-by: Pavel Samygin <[email protected]> (cherry picked from commit 4c167fa)
1 parent 70e29d9 commit cfc1299

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v2
4848
- uses: actions/setup-go@v3
4949
with:
50-
go-version: '1.16'
50+
go-version: '1.18.8'
5151
check-latest: true
5252
- name: Set up Python
5353
uses: actions/setup-python@v2

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
from setuptools.command.build_py import build_py
1414
from setuptools.command.develop import develop
1515

16-
P2PD_VERSION = "v0.3.12"
16+
P2PD_VERSION = "v0.3.13"
1717

1818
P2PD_SOURCE_URL = f"https://github.com/learning-at-home/go-libp2p-daemon/archive/refs/tags/{P2PD_VERSION}.tar.gz"
1919
P2PD_BINARY_URL = f"https://github.com/learning-at-home/go-libp2p-daemon/releases/download/{P2PD_VERSION}/"
2020

2121
# The value is sha256 of the binary from the release page
2222
EXECUTABLES = {
23-
"p2pd": "2530c3b4afe7953a6c73878d718808edc51c1f0de814e6730d8e53fbbc30789c",
23+
"p2pd": "c3bf9bffdf649ec295f515ed744882d7e197220846a21825e8f11c007f01dbc0",
2424
}
2525

2626
here = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)