python3Packages.geocoder: patch version

This commit is contained in:
Fabian Affolter
2026-09-02 08:58:59 +02:00
parent bc5899f04e
commit 800c08c6c8

View File

@@ -29,6 +29,11 @@ buildPythonPackage (finalAttrs: {
})
];
postPatch = ''
substituteInPlace setup.py \
--replace-fail "version=version," "version='${finalAttrs.version}',"
'';
build-system = [ setuptools ];
dependencies = [