File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
build-scripts/ubuntu-2204 Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,6 @@ build_from_pypi_wheel importlib-metadata 3.10.1
163163# ToDo:
164164# - Currently being built off a commit from the main repo
165165# - Update to build from PyPi Wheel once a release containing Kim's updates is available on PyPi
166- build_ioflo_deb 45bcddbf680d22af84469406a04286ff1c79043a
167166build_from_pypi_wheel jsonpickle
168167build_from_pypi_wheel leveldb
169168build_from_pypi_wheel libnacl 1.6.1
@@ -184,7 +183,7 @@ build_from_pypi_wheel sha3
184183build_from_pypi_wheel six
185184build_from_pypi_wheel sortedcontainers 2.1.0
186185build_from_pypi_wheel ujson 1.33
187-
186+ build_from_pypi_wheel ioflo 2.0.3
188187build_from_pypi_wheel indy-vdr 0.4.2
189188build_from_pypi_wheel aries-askar 0.4.3
190189build_from_pypi_wheel indy-credx 1.1.1
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def run(self):
9999 'base58' ,
100100 # pinned because issue with fpm from v4.0.0
101101 'importlib_metadata==3.10.1' ,
102- # 'ioflo==2.0.2 ',
102+ 'ioflo==2.0.3 ' ,
103103 # 'jsonpickle==2.0.0',
104104 'jsonpickle' ,
105105 # 'leveldb==0.201',
You can’t perform that action at this time.
0 commit comments