python3Packages.ourgroceries: fix version in setup.py

This commit is contained in:
Robert Schütz
2026-07-08 19:22:53 -07:00
parent 00766a5d4f
commit e1b40f5381
@@ -19,6 +19,11 @@ buildPythonPackage rec {
hash = "sha256-tlgctQvbR2YzM6Q1A/P1i40LSt4/2hsetlDeO07RBPE=";
};
postPatch = ''
substituteInPlace setup.py \
--replace-fail "version='1.5.3'" "version='${version}'"
'';
build-system = [ setuptools ];
dependencies = [