python3Packages.python-memcached: fix version in memcache.py

This commit is contained in:
Robert Schütz
2026-06-18 14:29:55 -07:00
parent c9cf113518
commit 6c3967b670

View File

@@ -20,6 +20,11 @@ buildPythonPackage rec {
hash = "sha256-Qko4Qr9WofeklU0uRRrSPrT8YaBYMCy0GP+TF7YZHLI=";
};
postPatch = ''
substituteInPlace memcache.py \
--replace-fail '__version__ = "1.60"' '__version__ = "${version}"'
'';
nativeBuildInputs = [ setuptools ];
nativeCheckInputs = [