python3Packages.pyprobeplus: fix version metadata

This commit is contained in:
Martin Weinelt
2026-07-15 03:12:42 +02:00
parent f6730c976a
commit 6214bad005
@@ -19,6 +19,11 @@ buildPythonPackage rec {
hash = "sha256-CJbQs0xZHdXNPX71G1KrrHHV58gXaQsUHGcX9P8E+iY=";
};
postPatch = ''
substituteInPlace pyprobeplus/__init__.py \
--replace-fail "1.0.1" "${version}"
'';
build-system = [ setuptools ];
dependencies = [