apio: 0.8.0 -> 0.8.1

https://github.com/FPGAwars/apio/releases/tag/v0.8.1
This commit is contained in:
Luflosi 2022-04-29 12:14:35 +02:00
parent 25063a9979
commit 7758635d42
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -15,19 +15,20 @@
buildPythonApplication rec {
pname = "apio";
version = "0.8.0";
version = "0.8.1";
format = "flit";
src = fetchFromGitHub {
owner = "FPGAwars";
repo = "apio";
rev = "v${version}";
sha256 = "sha256-nOZI+FHdZRnkJF/No8z0mZ4Q5aHFnF7c20ajTPI00N4=";
sha256 = "sha256-04qAGTzusMT3GsaRxDoXNJK1Mslzxu+ugQclBJx8xzE=";
};
postPatch = ''
substituteInPlace pyproject.toml --replace \
'scons==4.2.0' 'scons'
substituteInPlace pyproject.toml \
--replace 'scons==4.2.0' 'scons' \
--replace '==' '>='
substituteInPlace apio/managers/scons.py --replace \
'return "tinyprog --libusb --program"' \