python3Packages.london-tube-status: fix version in setup.py

This commit is contained in:
Robert Schütz
2026-07-01 17:42:29 -07:00
parent 694bc89ebc
commit 7991a73099
@@ -20,6 +20,11 @@ buildPythonPackage rec {
hash = "sha256-0uDCrF3abx94X47LQxgALirSF/spJPVD91G2WqXaDVs=";
};
postPatch = ''
substituteInPlace setup.py \
--replace-fail 'VERSION = "0.6.1"' 'VERSION = "${version}"'
'';
build-system = [
setuptools
];