python3Packages.pynfsclient: fix version

This commit is contained in:
Fabian Affolter
2026-07-26 12:22:58 +02:00
parent 4ade157c13
commit 1f741a4eda
@@ -17,6 +17,11 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-9PV/RpK/rOI9jpTDy0FmkXY2Cf54vve6j1kM5dcZgV8=";
};
postPatch = ''
substituteInPlace pyNfsClient/__info__.py \
--replace-fail '__version__ = "0.1.5"' '__version__ = "${finalAttrs.version}"'
'';
build-system = [ setuptools ];
# Module has no tests