python3Packages.goslide-api: fix version in stup.py

This commit is contained in:
Robert Schütz
2026-07-09 09:57:21 -07:00
parent 49abeb2ebc
commit c1f7c0ec1d
@@ -18,6 +18,11 @@ buildPythonPackage rec {
hash = "sha256-Z3+GijoI+351zV7IpLSBQu6LE2OhhXho4ygNMVbg2xs=";
};
postPatch = ''
substituteInPlace setup.py \
--replace-fail "version='0.7.3'" "version='${version}'"
'';
build-system = [ setuptools ];
dependencies = [ aiohttp ];