File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1313from setuptools .command .build_py import build_py
1414from setuptools .command .develop import develop
1515
16- P2PD_VERSION = "v0.3.12 "
16+ P2PD_VERSION = "v0.3.13 "
1717
1818P2PD_SOURCE_URL = f"https://github.com/learning-at-home/go-libp2p-daemon/archive/refs/tags/{ P2PD_VERSION } .tar.gz"
1919P2PD_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
2222EXECUTABLES = {
23- "p2pd" : "2530c3b4afe7953a6c73878d718808edc51c1f0de814e6730d8e53fbbc30789c " ,
23+ "p2pd" : "c3bf9bffdf649ec295f515ed744882d7e197220846a21825e8f11c007f01dbc0 " ,
2424}
2525
2626here = os .path .abspath (os .path .dirname (__file__ ))
You can’t perform that action at this time.
0 commit comments