python312Packages.nessclient: set version manually

This commit is contained in:
Fabian Affolter
2024-11-15 09:08:30 +01:00
parent 4dde341229
commit e5aab3a199
@@ -25,6 +25,11 @@ buildPythonPackage rec {
hash = "sha256-STDEIY7D02MlH+R6uLAKl6ghSQjhG1OEQWj71DrZP30=";
};
postPatch = ''
substituteInPlace setup.py \
--replace-fail "version = '0.0.0-dev'" "version = '${version}'"
'';
build-system = [ setuptools ];
dependencies = [